Sunday, July 27, 2014

Re: Behavior method won't work

Hey Sam

If you use return $this->redirect($this->referer()); or similar in your controller it will not require a view as it never tries to render one. 


On 27 July 2014 08:39, Sam Clauw <info@bellewaerdefun.be> wrote:
Okay, that was very helpful, thanks! I've moved the functionality to AppModel now and it works.
One other additional problem: the application expects a view file now:

Error: The view for AttractionsController::delete() was not found.

How can you prevent it from loading a view file? :)

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.



--
Kind Regards
 Stephen Speakman

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: