Created
April 21, 2011 11:16
-
-
Save junichi11/934205 to your computer and use it in GitHub Desktop.
CakePHP Component Code Completion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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