php - Redirection in cakephp 2.7.5 not working properly -
recently install cakephp 2.7.5
in system , develop admin backend.i face problem in it,when add faq
in admin section not shown in faq
section when refresh page shown redirection code here:-
$this->redirect(array('controller'=>'firmcategory','action' => 'index'));
the same problem delete section when delete item set code delete , redirect index page of admin redirect change not shown when refresh page shown flash message , delete
please missed in installation.
could prove this?
return $this->redirect(array('controller'=>'firmcategories','action' => 'index'));
Comments
Post a Comment