Skip to content

Instantly share code, notes, and snippets.

@damour
Created July 1, 2013 07:17
Show Gist options
  • Select an option

  • Save damour/5898927 to your computer and use it in GitHub Desktop.

Select an option

Save damour/5898927 to your computer and use it in GitHub Desktop.
yii index.php autocomplete
class Yii extends YiiBase {
/**
* @static
* @return CWebApplication
*/
public static function app()
{
return parent::app();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment