Hi guys,
Just to make clear, you don´t have to create dummy models, you can tell controllers not to use models at all. As for nesting controllers, these effects are usually achieved with the requestAction function, which allows you to call a particular action of another controller. Take a look in the manual and on this group etc, there´s plenty of examples around. Good luck! On Apr 23, 9:39 pm, 浪漫様 <[EMAIL PROTECTED]> wrote: > Thank you very much to all for the replies! I will try to work on that > and see what happens. > Even so... can i put more controllers inside another controller? > I mean... if i create a controller "cpanel" without model and then > want to call the "user" controller from there to make actions on the > "users" table on the database, can i do something like: > "www.mysite.com/cpanel/user/add" ? > Thank you very much! > > Rohman --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
