I’ve created a simple extension for Yii framework. My extension allows to combine several models (instances of CModel class) into one model. The current release is alpha quality. But...
Let we have two related SQL tables: CREATE TABLE `user` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `login` varchar(255) COLLATE utf8_bin NOT NULL, `email` varchar(255) COLLATE utf8_bin NOT NULL,...