Browsing Tag

User Permissions

How to Use CakePHP’s Access Control Lists

How to Use CakePHP’s Access Control Lists

If you’re building a CMS, you’ll probably need different user roles—superusers, admins, users—with different permission levels. Too complicated to code? Enter CakePHP’s ACL (Access Control Lists). With the right setup, you’ll be checking user permissions with just one line.