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.
我正在尝试在非 Zend 项目中为 zend 在 eclipse 中获取代码提示。代码工作正常,但我得到的所有代码提示都是Zend_5250_. 我需要做些什么来获得这些代码提示吗?
Zend_5250_
您必须将 Zend 框架库添加到项目资源中。
右键单击项目文件夹,然后属性,然后 PHP 包含路径,然后选项卡库,将 Zend 框架添加到它。