Changes
Title
unchanged
[Updated] How to create & call custom global function in whole application?
Category
unchanged
Tutorials
Yii version
unchanged
Tags
changed
global, custom function, global function, call function, CApplicationComponent
Content
unchanged
[...]
```php
$myInfo = Yii::app()->myClass->get_my_info();
```
thanks to @hippyjim for better help... Try this and reduce the time :)...