Revision #16 has been created by Kartik V on May 29, 2014, 6:14:15 AM with the memo:
Typo fix in field name
« previous (#13) next (#17) »
Changes
Title
unchanged
Editing, Deleting, and Viewing model data with the yii2-detail-view extension
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
yii2, detail view, edit, delete, update, yii2-detail-view
Content
changed
[...]
book_code VARCHAR(30)
synopsis TEXT
color VARCHAR(10)
publish_date DATE
status TINYINT(1)
saleell_amount DECIMAL(11,2)
buy_amount DECIMAL(11,2)[...]
That's it, now when you browse to `localhost/book/view?id=<id>` you should be able to update, save, and delete your records.
Wiki Translations
-----------------
* [中文版本
/ / Chinese](http://www.yiiwiki.com/post/61)