Revision #2 has been created by Gustavo on Jul 23, 2011, 2:29:40 PM with the memo:
fixed link to the extension
« previous (#1)
Changes
Title
unchanged
BaseModuleAR class with MultiActiveRecord
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
multiactiverecord, ajax request multiply, active record, module
Content
changed
[MultiActiveRecord
[](http://www.yiiframework.com/extension/multiactiverecord/
] "MultiActiveRecord") is an extension that add support for multiple database connection for your application.
Imagine that you have to dev for several projects at once. You want to share the same repo of extensions and components, but do not want to copy them over and over between project.
Fortunately, you can using Gii to create a module layout, set up a ModuleBaseActiveRecord class, and using it as a base class for your module models.[...]