@Zis The short answer is probably that most developers will use ACL to restrict access to their inbuilt admin functions.
The actual answer depends on the client/user requirements - the admin interface could be a completely different system (i.e. talks to the database, but isn´t a web page etc.). @Spacedz You can change the URL for your admin routes; see core.php. Re ACL the short answer is to run a check in your beforeFilter (assuming you are asking for a Cake solution) and redirect unauthorised users. For more details (concepts apply to all ACL solutions) this tutorial is a reasonable place to start: http://wiki.cakephp.org/docs:acl:introduction?s=acl And a quick explenation, as it´s a common question: Can (I) do (THIS) to (THAT) means Can (ARO) do (AXO) to (ACO) Cheers, AD7six Looking for CakePHP info? Find it faster here: http://www.cakephp.org/search/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
