摘要:
假设我们在ArticleController.php下面的actionForm方法中来处理提交的表单新建立一个 views/Article/article-form.php文件用来作为输入表单 field($model, 'title') ?> field($model, 'conten... 阅读全文
摘要:
在controllers/SiteController.php文件中,添加 public function actionSay($message = 'Hello') { return $this->render('say', ['message' => $message]); ... 阅读全文
摘要:
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... 阅读全文