Monday, 9 September 2013

Yii Share models between two applications

Yii Share models between two applications

I've two web applications which are located on one server but on different
domains (for example app A is administration and app B is client).
The problem is that I want to share models (ActiveRecords) from
application A to be available in application B.
Is there any clever way to do this?
Thanks!

No comments:

Post a Comment