On 4/24/06, saavedrajj <[EMAIL PROTECTED]> wrote:
Hi, I'm making a content system that manage Users, Products, etc..
this is how it looks
Menu:
1. Users
1.1. User Manager
1.1.1. List users
1.1.2. Add user
1.2. User Subscriptions
1.2.1. List Subscriptions
1.2.2. Add Subscription
2. Products
2.1. Product Manager
2.1.1 . List products
2.1.2. Add products
So, I want to put the views of these items in subfolders, something
like this:
/views/
/views/users/
/views/users/userManager/
/views/users/userManager/list.thtml
/views/users/userManager/add.thtml
/views/users/UserSubscriptions/
/views/users/userSubscriptions/list.thtml
/views/users/UserSubscriptions/add.html
/views/products/
/views/products/productManager/
/views/products/productManager/list.thtml
/views/products/productManager/add.thtml
in order to try to put some order to my views because this going to be
a large project
BUT..
This redistribution I supposed that changes radically the way of create
the controllers
that interact with my app, and as always :) I want to know how to do
that.
There's some tutorial or somebody already try to make something similir?
www.dospuntocero.info
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
- Re: Controllers and views inside subfolders Armando Sosa
- Re: Controllers and views inside subfolders saavedrajj
