hi,

im wondering if anybody has tried to use nested view directories with
multiple layouts? basically the overall design of the app requires a
"hotel" view directory with an index.thtml page that serves as the
starting point to browse into individual hotel directories, like:

/views
  /hotels/
     index.thtml
     some_hotel/
     another_hotel/

i have it able to see the indexes in the sub_hotel directories, the
issue im having is really with the main "hotel_controller" and trying
to use individual unique layouts for each sub_hotel... the only layout
that the sub_hotel dir's will see is the one declared in the main
hotel_controller... is there a way to nest controller classes for the
individual sub_hotel's in one main hotel_controller super-class?
not sure if anybody has had to do something like this in the past, but
obviously the design of the app is falling victim to the client's SEO
needs, is what im trying to do here possible?

thanks for your help!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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