Revision #3 has been created by RusAlex on Feb 17, 2011, 7:52:31 PM with the memo:
my default application cant work
« previous (#2) next (#4) »
Changes
Title
unchanged
Extending common classes to allow better customization
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
```php
<?php
// in protected/components/MyController.php
class MyController extends CController {
}
// in protected/components/MyActiveRecord.php[...]