1) Do you have Zend Framework folder included in your project (directly in Settings | Directories or indirectly via external libraries in Settings | PHP) ? 2) There more classes that starts with Zend_Form_ -- not just Zend_Form_Element_****, but Zend_Form_Decorator_**** as well. In autocomplete popup such entries usually would be listed before Zend_Form_Element_**** entries (when sorted alphabetically). 3) The completion popup -- do you invoke it manually (Ctrl+Space) or is it done automatically (Settings | Editor | Code Completion) ?
Hi Paul,
1) Do you have Zend Framework folder included in your project (directly in Settings | Directories or indirectly via external libraries in Settings | PHP) ?
2) There more classes that starts with Zend_Form_ -- not just Zend_Form_Element_****, but Zend_Form_Decorator_**** as well. In autocomplete popup such entries usually would be listed before Zend_Form_Element_**** entries (when sorted alphabetically).
3) The completion popup -- do you invoke it manually (Ctrl+Space) or is it done automatically (Settings | Editor | Code Completion) ?
Hello,
Thanks.
I go to preferences, and in Directories add the link to Zend and now it works !
Thanks a lot :)