Revision #7 has been created by qiang on Apr 6, 2011, 12:23:49 AM with the memo:
« previous (#6) next (#8) »
Changes
Title
unchanged
Understanding Autoloading, Helper Classes and Helper Functions
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Helper functions; autoloading
Content
unchanged
[...]
This means that any application can now use MyGridView the same as any other class, without an application path:
```php
$this->widget('MyGridView', array(
...
```