Skip to content

Instantly share code, notes, and snippets.

@junichi11
Last active December 10, 2015 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junichi11/4393875 to your computer and use it in GitHub Desktop.
Save junichi11/4393875 to your computer and use it in GitHub Desktop.
NetBeans : Code completion file for Yii Framework
<?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