Home > php教程 > php手册 > body text

thinkphp 跳转,thinkphp跳转

WBOY
Release: 2016-06-13 09:06:11
Original
1176 people have browsed it

thinkphp 跳转,thinkphp跳转

1   $this -> redirect('index',array('type'=>2,'id'=>0));   //直接跳转

 

2  $this->success('提交失败,错误信息:0001",'Summer/index');  //  提示后跳转,无参数

 

4  $this->success( '报名成功!',U("Activity/sign",array('id'=>$res)));  //  提示后跳转,带参数

 

5  $this->error( '已经报名过啦!',U("Activity/sign",array('id'=>$id)));   //  提示后跳转,带参数

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!