Home > php教程 > php手册 > thinkphp 跳转,thinkphp跳转

thinkphp 跳转,thinkphp跳转

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 09:06:11
Original
1240 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:
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
Latest Issues
Why thinkphp has better performance than laravel?
From 1970-01-01 08:00:00
0
0
0
ThinkPHP Why use composer?
From 1970-01-01 08:00:00
0
0
0
thinkphp versions supported by php6
From 1970-01-01 08:00:00
0
0
0
thinkphp upload files
From 1970-01-01 08:00:00
0
0
0
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template