I think that you can put in app_controller
beforeRender() {
 $this->viewPath = ''; or '/'
}
cake populate viewPath with current controller name like "posts" and
search in views/posts/ for files
based on action name.

Now cake will search view files in VIEW directory and all controller
view names must be unique or
set from controller action like:
$this->render('posts_index);

On Mar 3, 11:26 am, Adam Royle <a...@sleekgeek.com.au> wrote:
> Yes, CakePHP has a separate folder for each controllers views, but I
> would imagine if you had a ton of controllers you might want to separate
> them anyway?
>
> I recommend you stick with the conventions to start with, and further
> down the track if you still want to change it, you'll find a way.
>
> Cheers,
> Adam
>
> lakers fan wrote:
> > Hello,
> >      Can I create all the view files inside one directory. Right now
> > what I understood is you got to create a folder named after
> > controller. if I have many controllers, does it mean that I have to
> > create that many folders for view files?
>
> > Thanks,
> > Bharani
>
> > ------------------------------------------------------------------------
> > Windows Live™ Groups: Create an online spot for your favorite groups
> > to meet. Check it out.
> > <http://windowslive.com/online/groups?ocid=TXT_TAGLM_WL_groups_032009>
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to