can we put controller into sub folder. example: I separated user_controller into guest, member, admin so I want to put it into separate file in - /app/controllers/user/admin_controller.php - /app/controllers/user/guest_controller.php - /app/controllers/user/member_controller.php
and we can access from url http://localhost/user/admin/ http://localhost/user/admin/add/ http://localhost/user/admin/delete/3/ http://localhost/user/member/ http://localhost/user/member/view/3/ -- http://paydjo.net --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
