zend框架怎么获取程序路径

WBOY
Release: 2016-06-13 13:18:46
Original
778 people have browsed it

zend框架如何获取程序路径?
我们平常都用$this->_redirect('lang/index');来把程序自动引导到新的页面,但如果这个页面是未知的,访问者访问了这个action之后我们要把他redirect到之前的那个路径里,不知该如何做?望指教。

------解决方案--------------------
那就是说如果打开的页面未知道,是吧/??

这个应该用 URL 重写...


论坛里这个贴子很多,我贴一个

http://topic.csdn.net/u/20090426/00/57c84953-7478-4e00-8eb3-e18cfd70ca2c.html

直接在论坛里搜 rewrite 就好了
------解决方案--------------------

引用楼主 cleochan 的帖子:
我们平常都用$this->_redirect('lang/index');来把程序自动引导到新的页面,但如果这个页面是未知的,访问者访问了这个action之后我们要把他redirect到之前的那个路径里,不知该如何做?望指教。
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template