Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 zf1 中使用过 phpthumb 但不确定如何在 zf2 中使用,看起来整个过程不同,有人可以帮我吗?
如果你使用 composer 安装 ZF2,你可以只需要 phpthumb 包:
https://packagist.org/packages/dannytrue/phpthumb "require": { "dannytrue/phpthumb": "dev-master" }
这应该会为您安装它,并且使用它几乎是一样的。