This really just comes down to authentication, just based on IP
address rather than username / password.  I would recommend you put
some code in your app/app_controller.php beforeFilter(), which checks
what the requested controller/action is, and what the user's IP
address is.  You can get this IP address easily with the
RequestHandler component, using getClientIP().

If the request is from an "external" user, and the requested action
does not allow this, then just redirect / 404 them.


--~--~---------~--~----~------------~-------~--~----~
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