thinkPHP 控制器跳转
在thinkphp中怎么从indexAction.calss.php中的index 方法中条到homeAction.class.php中的del方法中, 器/方法', 参数 );
[解决办法]
调上home下del函数的话可以用2楼这种
如果只是跳转的话可以
$this->redirect("home/del",array());
发布时间: 2013-08-06 16:47:25 作者: rapoo
thinkPHP 控制器跳转
在thinkphp中怎么从indexAction.calss.php中的index 方法中条到homeAction.class.php中的del方法中, 器/方法', 参数 );
[解决办法]
$this->redirect("home/del",array());