Wow, you are right, it worked... I always thought that the first
parameter to render should be action (controller/function) pair. Ok, i
guess i'll really have to look into the source code and find out how
this stuff works :) My poor brain...

Thank you very much.

On Oct 22, 5:06 am, AD7six <[EMAIL PROTECTED]> wrote:
> 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