最贊回答 / 天王星wj
你的控制器名字和打開后的名字不一樣,內(nèi)部應(yīng)該是 class HelloController extends Controller{}或者 把那個HelloController改成HomeController.
2016-04-20
最贊回答 / 臺農(nóng)一號
你檢查一下你修改的文件<h1><?=$view_hello_str;?></h1>的index.php是不是basic/views/hello/index.php ;如果是basic/views/index.php這個文件 ? 則無法輸出你想要的效果
2016-03-28
最新回答 / 滄瀾丶
你可以看一下session的內(nèi)部實現(xiàn)/** * 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