最新回答 / 捂着鼻子说不臭
需要在views目录下创建对应的index.php与about.php,还有看自己控制器有没有public $layout = 'common';以及操作的有没有返回值。return $this->render('index');或return $this->render('about');
2016-06-08
最赞回答 / 天王星wj
你的控制器名字和打开后的名字不一样,内部应该是 class HelloController extends Controller{}或者 把那个HelloController改成HomeController.
2016-04-20
最赞回答 / 台农一号
你检查一下你修改的文件<h1><?=$view_hello_str;?></h1>的index.php是不是basic/views/hello/index.php ;如果是basic/views/index.php这个文件 则无法输出你想要的效果
2016-03-28
已采纳回答 / wd_828
$test是前面查询的一个结果,是一个数组,数组中的元素就是test对象,可以使用asArray让数组中元素都转为数组。对象:<...code...>数组:<...code...>
2016-03-27