Revision #5 has been created by qiang on Apr 6, 2011, 12:17:25 AM with the memo:
« previous (#4)
Changes
Title
unchanged
Extending common classes to allow better customization
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
Content
unchanged
[...]
...
public $layout='//layouts/column2';
```
Likewise with `$breadcrumbs` and `$menu`. The more code you can move out of individual controllers and into common base classes, the more robust the code becomes and the easier it will be for others to maintain.
You'll find many avenues of customization as you learn more about Yii, and this framework of customized key classes will make it much easier.