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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -