Re: Change view folder inside a Controller
On Friday, 21 September 2012 00:48:49 UTC+2, cricket wrote:
You can change $viewPath (relative to View dir). This is handy for
AJAX, where you don't want the whole view returned.
$this->viewPath = 'Elements/SomeDir';
$this->render('form');
For the example, you could instead simply call:
$this->render('/Elements/SomeDir/form');
AD
-- Like Us on FacekBook 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 post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home