http://cakebaker.42dh.com/2007/11/22/organizing-your-code-with-folders/

On Nov 26, 2007 8:16 PM, paydjo <[EMAIL PROTECTED]> wrote:
> 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
>  >
>



-- 
(the old fart) the advice is free, the lack of crankiness will cost you

- its a fine line between a real question and an idiot

http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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