博客五部曲之一 - 简单博客
1747 浏览 6 years, 1 month
8 CRUD
版权声明: 转载请注明出处 http://www.codingsoho.com/CRUD表示Create 创建,Retrieve/Read 读取 Update/Modify 更新 Delete/Destroy 删除
通常Retrieve还包含另外两个功能:列表和搜索
可以查看维基百科的介绍 https://en.wikipedia.org/wiki/Create,_read,_update_and_delete
Admin默认支持CRUD,从下一章节开始我们将通过View来实现这些功能