Can anyone please tell me how I can “enable” CakePHP’s Helper auto-completion in CakePHP? Essentially so when, for instance, I type $form-> it gives me a list of $form‘s methods and variables.
I have read http://bakery.cakephp.org/articles/view/model-based-code-insight-and-completion-in-netbeans and also tried to implement comment #3. When I try that it still fails to auto complete in either a Controller or View.
Do any Netbeans & CakePHP users out there have any tips, tricks, or hacks that can get this working? Thanks!
You can enable almost full support for CakePHP in NetBeans 6.8 just try this http://www.tiplite.com/cakephp-support-in-netbeans/