Open GoogleCodeExporter opened 8 years ago
OK. This maybe due to my lack of Yii experience, but I think this issue is due
to lazy loading of related tables.
To get around it, you can manually load the Profile model in the controller and
work with it just like any other.
e.g.
$profile = Profile::model->find(...);
do stuff to $profile....
$profile->save();
Original comment by markk...@gmail.com
on 21 Sep 2011 at 10:01
Original issue reported on code.google.com by
markk...@gmail.com
on 21 Sep 2011 at 6:40