Skip to content

Instantly share code, notes, and snippets.

@junichi11
Created April 21, 2011 11:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save junichi11/934205 to your computer and use it in GitHub Desktop.
Save junichi11/934205 to your computer and use it in GitHub Desktop.
CakePHP Component Code Completion
<?php
/**
* CakePHP Component & Model Code Completion
* @author junichi11
*
* /path/to/yourproject/nbproject/cake_component_code_completion.php
*
* ==============================================
* CakePHP Core Components
* ==============================================
* @property AuthComponent $Auth
* @property AclComponent $Acl
* @property CookieComponent $Cookie
* @property EmailComponent $Email
* @property RequestHandlerComponent $RequestHandler
* @property SecurityComponent $Security
* @property SessionComponent $Session
* @property
*
* ==============================================
* Add Other Components
* ==============================================
*
*
* ==============================================
* Add many controller to use your model
* ==============================================
* e.g.
* at property Comment $Comment
*/
class Controller{
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment