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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en.


Reply via email to