Hi i'm managing data (view,add edit, search etc) from a table "customers" using a model, a controller and some views.That works fine with this URL: mydomain/customers/ Now i need to setup some special pages that use info from table "customers" (ergo also from the model customer) but that are visible at this URL mydomain/users/
If i try to put action index in customer controller...url go to mydomain/customers/ I've tryed to create a UsersController but i have no tables users..I've also tred to use render(/users/index) in the index method of customersController...none of these solutions worked for me. Can anyone give me a hint? Do I have to use mydomain/customers/myactionForUser path or something like this? Thanks in advance --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
