简体   繁体   English

cakephp 2.7.5中的重定向无法正常工作

[英]Redirection in cakephp 2.7.5 not working properly

Recently I install cakephp 2.7.5 in my system and I develop admin for backend.I face some problem in it,when I add faq in admin section it will not shown in faq section but when I refresh page it will shown the redirection code is here:- 最近我在系统中安装cakephp 2.7.5 ,并为后端开发了admin。我在其中遇到了一些问题,当我在admin部分添加faq ,它不会在faq部分中显示,但是当我刷新页面时,它将显示重定向代码为这里:-

$this->redirect(array('controller'=>'Firmcategory','action' => 'index'));

The same problem is also for delete section when I delete some item for that I set code delete and redirect back to index page of admin it will redirect but change not shown when I refresh page it will shown flash message and delete 同样的问题也适用于删除部分,当我删除一些我设置了代码删除项并重定向回管理员索引页面的项目时,它将重定向,但是当我刷新页面时更改未显示,它将显示闪存消息并删除

Please help what I missed in my installation. 请帮助我在安装中错过的一切。

Could you prove this? 你能证明这个吗?

return $this->redirect(array('controller'=>'FirmCategories','action' => 'index')); 返回$ this-> redirect(array('controller'=>'FirmCategories','action'=>'index'));

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM