Last active
December 10, 2015 06:18
-
-
Save junichi11/4393875 to your computer and use it in GitHub Desktop.
NetBeans : Code completion file for Yii Framework
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 | |
/** | |
* Description of Code Completion file for Yii Framework with NetBeans. | |
* | |
* This is file for code completion of yii framework. | |
* Please put this to your nbproject folder. (e.g. yourproject/nbproject/code_completion.php) | |
* | |
* Yii::app()->[Ctrl + Spase] | |
* CWebApplication methods and fields are added on the popup list. | |
* | |
* @link https://gist.github.com/4393875 | |
* @author junichi11 | |
*/ | |
class Yii extends YiiBase { | |
/** | |
* @return CWebApplication | |
*/ | |
public static function app() {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment