multi model forms in yii
问题 How to create a multi-model form in Yii? I searched the entire documentation of Yii, but got no interesting results. Can some one give me some direction or thoughts about that? Any help will be appreciable. 回答1: In my expirience i got this solution to work and quickly understandable You have two models for data you wish collect. Let's say Person and Vehicle . Step 1 : Set up controller for entering form In your controller create model objects: public function actionCreate() { $Person = new