Revision #2 has been created by Maurizio Domba Cerin on May 20, 2011, 12:58:05 PM with the memo:
typo fix
« previous (#1)
Changes
Title
unchanged
A simple class to use a different db for a module
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
module, database, active record, tips
Content
changed
[...]
```php
class TestModule extends CModule
{
public function $db;
...
}
```
###Your models[...]