如何更新yii cgridview中的记录,如phpmyAdmin
问题描述:
I have a CGridView un yii, but I want to update the records like phpmyadmin (click or double click in the cell the when hit enter update in the database)
i.e
| id | name | fk_id
+----+-------+-------
| 1 | name1 | 10
+----+-------+-------
| 2 | name2 | 12
+----+-------+-------
| 3 | name3 | 9
我有一个CGridView un yii,但我想更新像phpmyadmin这样的记录(单击或双击单元格 当命中时输入数据库中的更新) p>
即 p>
| id | 名字| fk_id \ N + ---- + ------- ------- +
| 1 | name1 | 10 \ N + ---- + ------- ------- +
| 2 | name2 | 12 \ N + ---- + ------- ------- +
| 3 | name3 | 9
code> pre>
div>
答
CGridView is not editable by default, you can just Use this extension and save yourself from re-inventing the wheel.