Saturday, August 29, 2009

After Save data no redirect to another page.

Please help me.
After Save data no redirect to another page.
it is cakeconfig any problem?

such as :

function add()
{

if(!empty($this->data))
{

     if($this->User->save($this->data))
    {
          $this->redirect(array('action'=>'index'));
   }

 }


}

but no redirect to index page: page show white screen.What kinds of problem is it? Please give solution .

--
Regards,
Mohammad Arif Hossen
Software Enginner
Epsilon Consulting and Development Services(ECDS)
www.ecds-tech.com
+88 01714355911


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: