CakePHP ACL In this tutorials, I’ll show you everything you need to know to get started with CakePHP ACL. First you need to know what is ACL, and how ACL is implemented in CakePHP. Are you ready? What ACL or Access Control List is security concept about permission. It’s contain a list of permission to [...]
Related posts:
Yes, this is another cakephp on ubuntu. Most of them were not detail enough for beginners. So here I am and here is my version of installing cakephp on ubuntu. Install Apache Server, MySQL, PHP sudo apt-get install apache2 mysql-server php5 Download CakePHP 1.2 Go to http://cakephp.org and download latest cakephp.
