最赞回答 / 天王星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
最新回答 / 沧澜丶
你可以看一下session的内部实现/** * This method is required by the interface [[\ArrayAccess]]. * @param integer $offset the offset to set element * @param mixed $item the element value */public function offsetSet($offset, $item){ $this->open(); $_SESSION[$of...
2016-03-09