用户
 找回密码
 入住 CI 中国社区
搜索
查看: 2878|回复: 2
收起左侧

CI中有没有类似header location的功能

[复制链接]
发表于 2009-4-11 15:07:08 | 显示全部楼层 |阅读模式
在action内容执行完后,转向另外一个controller/action,类似于header("location:"),有没有这样的函数?
发表于 2009-4-11 16:14:08 | 显示全部楼层
http://codeigniter.org.cn/user_guide/helpers/url_helper.html
这里。
看看redirect();
这个跳转是带exit的。具体的看一下源码就了解了。
 楼主| 发表于 2009-4-11 17:00:38 | 显示全部楼层
谢谢,这正是我所要找的

本版积分规则