Skip to content

crisu83/yii-globals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

yii-globals

Global shorthand functions for commonly used Yii methods.

Setup

Before you can start using these shorthand functions in your code you need to include the globals.php file in your index.php.

.....
require_once($yii);
require_once('path/to/globals.php');
Yii::createWebApplication($config)->run();

About

Global shorthand functions for commonly used Yii methods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages