On Mar 16, 4:55 pm, "Jon Bennett" <[EMAIL PROTECTED]> wrote:
>
> your workaround looks like it breaks some core functionality,
> specifically being able to nest sub-view folders within views, eg:
>
> $this->render('news/ajax/search');
>
> that would look for /views/news/ajax/search.thtml
>
> I would personally prefer to leave cake's functionality in tact, and
> instead use render('../controller/view') or better still create an
> element.Hi Jon, thanks for your input. At the moment it doesn't really break the core functionality as much as expand it. But you're right about the sub- view folder problem. I'll either have to think of a way to add on to my function or use render() and renderViews whenever I need them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
