Changes
Title
unchanged
YII SaaS Multi Tenant application with single database
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
saas, multi tenant, structure, yii, multi-tenant, application, application structure, tenant
Content
changed
SaaS application structure in YII using only one database
---------------------------------------------------------
Lots of people are asking how to solve it with YII,We think its difficult with YII. But its easy to solve . There is
**no database triggers
** neede
d . we can simply sove it by extending a class(say "RActiveRecord") from CActiveRecord .Then extend all our model classes from that class.
create RActiveRecord.php
------------------------[...]