Saturday, December 4, 2010

Re: Use CakePHP in NetBeans IDE 6.8

For Model/Helpers/Libs code complition add snippet like this right after your opening php tag (<?php):
/**
 * NetBean property for code completion.
 * @property User $User
 * @property Group $Group
 * @property Auth $Auth
 * @property SessionComponent $Session
 */

After using Eclipse for several months I think Netbean6.9.1 is much more productive then Eclipse.
I am using the php bundle and no special add-ons.
The code completion is the main reason I switched to netbeans
The svn integration also works fine. 

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
 
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: