php - zend code hinting in a non-zend project? -


I am trying to get a signal in the eclipse for the Zend in the non-zend project. This code works fine, but I'm getting it all for code hinting Zend_5250 _ . Should I do something to get those code signals?

You have to add the Zend Framework Library to the project resources.

Right click the project folder, then properties, then include PHP, path, then tab libraries, add it Zend Framework.


Comments