redirect怎么从Home项目跳转到Admin项目

浏览:1934 发布日期:2013/05/13 分类:求助交流
怎么从index.php/Index/index跳到admin.php/User/login
$this->redirect(U('Admin/User/login'));
$this->redirect('Admin/User/login');
$this->redirect('Admin://User/login');
这三种写法都不能正确跳转
怎么写才对?????
最佳答案
评论( 相关
后面还有条评论,点击查看>>