Hi Everyone,

I am new to cake and just got my first application up and running. It
took me a few hours but I definately see a lot of potential out of
this.

One thing I was curious about, is it still possible to have
subdirectories?

One thing I tend to like to do is split the admin folder into its own
to organize things better.

However, if I do that, that means that every action under it will be
based out of a single controller. IE

admin/add_category
admin/edit_category/1/

admin/add_user
admin/edit_user/1/

admin/view_orders
admin/edit_order/1/

Obviously, this will grow the controller and model as well completely
out of control, and we no longer have our unique small purpose only
classes.

Is it possible to allow cake to work like this while still using the
current structure as well?

/orders/view
/orders/edit/1/
/orders/place

/admin/categories/add
                          /edit/1/
                          /view
/admin/users/add
                   /edit/1/
/admin/orders/view/1/
                    /edit/1/

etc etc. I hope this makes sense, and I am hoping for some insight on
this one!!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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