Question

I am currently working with the Zend Framework and I use PHPEd as my favourite PHP editor. I have already seen that the IDE can trace my own functions and libraries and display them in the code insight. How can I add the libraries of Zend Framework to the code insight?

They are loaded with a internal autoload function of the Zend Framework, so PHPEd can't find the points where they are included and doesn't show them in the list of functions. Is there a possibility to tell PHPEd always to show the Zend Framework functions and classes in the code insight?

Was it helpful?

Solution

Okay, after reinstalling NuSphere a third time it finally works. I have no clue why...

OTHER TIPS

It worked fine for me in PhpED when I tried ZF code, from the beginning. To have any 3rd party code appeared in Code Insight, you need to either include corresponding directory into the project list of additional directories or just place the directory with code as a project subdirectory. Then open Code Explorer and check for the framework classes. If they don't appear (for any reason) for longer than 5-6sec, just press refresh in the popup.

They (NuSphere) just released PhpED V11.0 which has full support for ZF etc. - http://www.nusphere.com/products/php_frameworks.htm

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top