摘要: 假设我们在ArticleController.php下面的actionForm方法中来处理提交的表单新建立一个 views/Article/article-form.php文件用来作为输入表单 field($model, 'title') ?> field($model, 'conten... 阅读全文
posted @ 2015-12-29 16:25 九分 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 在controllers/SiteController.php文件中,添加 public function actionSay($message = 'Hello') { return $this->render('say', ['message' => $message]); ... 阅读全文
posted @ 2015-12-29 15:36 九分 阅读(430) 评论(0) 推荐(0) 编辑
摘要: CREATE TABLE `article` ( `id` INT(4) NOT NULL PRIMARY KEY auto_increment, `title` CHAR(20) NOT NULL, `content` CHAR(52) NOT NULL, `report_time` IN... 阅读全文
posted @ 2015-12-29 15:16 九分 阅读(245) 评论(0) 推荐(0) 编辑