php - Yii save data to different tables -


i new yii. need save data collected single form 3 different tables. doubts are

  1. how can design model class (cformmodel or cactiverecord)??

  2. how design view??

  3. in controller how can save data different tables??

i need manually validate vales md5 hash etc

you need create 3 models. , use according model fields , save 3 models.

in yii 1 table - 1 model.


Comments

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -