This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
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.






