Wiki articles tagged with "structure"

Showing 1-2 of 2 items.

Move sources to src

Created 5 years ago by samdark samdark, updated 5 years ago by samdark samdark.

Yii 3 and many Yii 2 package sources are contained within src directory which is convenient since you have less directories to check.

11 0
5 followers
Viewed: 16 044 times
Version: 2.0
Category: How-tos

YII SaaS Multi Tenant application with single database

Created 12 years ago by Rajith R Rajith R, updated 11 years ago by xJose xJose.

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 needed . we can simply sove it by extending a class(say "RActiveRecord") from CActiveRecord .Then extend all our model classes from that class.

6 1
14 followers
Viewed: 29 537 times
Version: 1.1
Category: Tutorials