Posts Tagged ‘authentication

CakePHP Authentication

September 12, 2008 | In: Programming

I found some great tutorials on implementing ACL authentication in CakePHP. However, for the longest time I couldn't get the actual example code to work. The way to authenticate everything in your application is to create an app_controller.php file in...