摘要:
其实和Yii框架差不多,直接上MVC的CRUD操作,和Yii对比学习,cake中用到的方法需要自己加载,比如在view中用到的Html Form类,其实和Yii中的Chtml差不多,只是需要自己加载到系统。1、列出数据列出所有的数据的控制器class PostsController extends AppController { public $helpers = array('Html', 'Form'); //加载Html Form public function index() { $this->set('posts', $this- 阅读全文
posted @ 2013-02-25 18:38
linksgo2011
阅读(261)
评论(0)
推荐(0)