Editing, Deleting, and Viewing model data with the yii2-detail-view extension

Comparing #13 with #16

Revision #16 was created by Kartik V Kartik V on May 29, 2014, 6:14:15 AM.

Typo fix in field name

Content

[...]
book_code VARCHAR(30)
synopsis TEXT
color VARCHAR(10)
publish_date DATE
status TINYINT(1)
s
aleell_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)