非 zend 项目中的 zend 代码提示?
我正在尝试在 eclipse 中获取非 Zend 项目中 zend 的代码提示。代码工作正常,但我得到的代码提示只是 Zend_5250_
。我需要做些什么才能获得这些代码提示吗?
I'm trying to get code hinting in eclipse for zend in a non-Zend project. The code works fine, but all I'm getting for code hinting is Zend_5250_
. Is there something I need to do to get those code hints?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须将 Zend Framework Library 添加到项目资源中。
右键单击“项目文件夹”,然后单击“属性”,然后单击“PHP 包含路径”,然后单击“库”选项卡,向其中添加 Zend Framework。
You have to add the Zend Framework Library to the Project Resources.
Right Click Project Folder, then Properties, then PHP Include Path, then Tab Libraries, add Zend Framework to it.