Zend Framework 中的类自动加载

发布于 2024-10-01 11:47:28 字数 408 浏览 2 评论 0原文

可能是很简单的问题,但我刚刚开始与采埃孚合作。

我创建了一个类 class Application_Paginator_Adapter_DoctrineQuery Implements Zend_Paginator_Adapter_Interface 并将此类添加到文件 application/paginator/adapter/DoctrineQuery.php 中。当我尝试在控制器内创建该类的对象时,出现错误:

致命错误:找不到类“Application_Paginator_Adapter_DoctrineQuery”。

我认为这个类应该自动包含在内。怎么做呢?

我正在使用 ZF 1.11 和 MS Windows。

Probably quite easy question, but I've just started working with ZF.

I have created a class class Application_Paginator_Adapter_DoctrineQuery implements Zend_Paginator_Adapter_Interface and I've added this class to a file application/paginator/adapter/DoctrineQuery.php. When I try to create object of that class inside controller I am getting error:

Fatal error: Class 'Application_Paginator_Adapter_DoctrineQuery' not found.

I thought this class should be included automatically. How to do that?

I am using ZF 1.11 and MS Windows.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

后来的我们 2024-10-08 11:47:28

DoctrineQuery.php 应该位于

/library/Application/Pagination/Adapter 中
而不是
/应用程序/分页/适配器

DoctrineQuery.php should be in

/library/Application/Pagination/Adapter
rather than
/application/Pagination/Adapter

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文