Extending common classes to allow better customization

Comparing #2 with #3

Revision #3 was created by RusAlex RusAlex on Feb 17, 2011, 7:52:31 PM.

my default application cant work

Content

[...]
```php
<?php
// in protected/components/MyController.php

class MyController extends
CController {

}

// in protected/components/MyActiveRecord.php
[...]