如何让 Zend Studio 自动完成 Zend Framework 项目?

发布于 2024-07-26 08:39:18 字数 152 浏览 3 评论 0原文

在 /application 文件夹中创建几个文件夹(例如表单和模型),然后开始向这些文件夹添加类后,如何在我的各种其他文件(例如 IndexController.php)中使这些类的代码自动完成可用?

我正在使用 Zend Studio 6.1 和 ZF 1.8.4。

After I create a couple folders in the /application folder (such as forms and models) and then start adding classes to those folders, how do I make the code auto completion for these classes available in my various other files such as my IndexController.php?

I'm using Zend Studio 6.1 and ZF 1.8.4.

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

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

发布评论

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

评论(1

耳钉梦 2024-08-02 08:39:18

确保为“PHP Include Path”设置 Zend Framework,并使用 phpdoc 样式注释来设置不同变量的类型。

make sure to set the Zend Framework for the 'PHP Include Path' and use phpdoc style comments to set what the types of the different variables are.

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