文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>关于Controller

关于Controller

时间:2010-03-31  来源:bing_fox

1. 简介
相当于路由控制器
2. Bootstrap 初始化设置
3. Action传递参数
    public function indexAction()
    {
     echo "Index<br>";
     $username = $this->_getParam('username');
     $password = $this->_getParam('password');
     echo $username;
     echo "<br>";
     echo $password;
        /* Initialize action controller here */
    }
   
    ~/auth/index/username/jack/password/111
4. Action 重定向输出
$this->render("index");   //重定向到indexAction对应的view
$this->renderScript("default.phtml"); //重定向到default.phtml文件
相关阅读 更多 +
排行榜 更多 +
少女城市3D中文版下载安装

少女城市3D中文版下载安装

模拟经营 下载
偃武官方渠道服下载安装

偃武官方渠道服下载安装

策略塔防 下载
全民街机捕鱼官网最新版下载

全民街机捕鱼官网最新版下载

角色扮演 下载