On Oct 22, 2:52 am, Soulcatcher <[EMAIL PROTECTED]> wrote:
> Controller::render($action = null, $layout = null, $file = null)

When you already tried (please tell me you tried) what was wrong with
either:

$this->viewPath = 'controller_name/subfolder';
$this->render('view_file');

or
$this->render('subfolder/view_file');

in any event if you specifiy $file you are specifying the absolute
path the the VIEW file to render. I don't see how that cannot be a
solution to your question.

hth,

AD


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to