views:

185

answers:

1

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?

A: 

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

Gushiken