public
Description: MIT licensed pieces
Home | Edit | New

Eclipse Code Completion

The included code-completion file helps enable code completion for common helpers in CakePHP. I usually just place this file somewhere in the project directory and rebuild the workspace. You should now have code completetion in your view files for the helpers.

Model Code Completion

Getting Model code completion is also a possibility just add:
/**

  • @var Post
    */
    var $Post;

This would allow you to get code completion for your Post model in your controller.

Last edited by markstory, Sat Oct 04 13:22:03 -0700 2008
Home | Edit | New
Versions: