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.
我尝试在我的 Doctrine2 存储库中使用 Zend_Paginator 类,但是 php 没有看到这个类,它试图在 Doctrine 自动加载器路径中找到它,为什么标准 zend 自动加载不使用?
在使用任何 ZF 组件作为库之前只需输入这两行代码
require_once 'Zend/Loader/Autoloader.php'; $autoloader = Zend_Loader_Autoloader::getInstance();