如何让 Zend Studio 自动完成 Zend Framework 项目?
在 /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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保为“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.