News Feed
Jobs Feed
Sections




News Archive
Refulz.com:
CakePHP AclComponent - ACOs, AROs and Mapping
February 29, 2012 @ 11:38:12

On the Refulz blog they've posted the next in their series about access control in CakePHP applications. In this new article they look at Access Request Objects (AROs) and Access Control Objects (ACOs) and how they can be managed via the built-in ACL functionality.

Continuing with Access Control Lists, we will read about the two Access Control Lists and their mapping. The Access Request Objects (AROs) are a list of the things that seek permissions and the Access Control Objects (ACOs) are the resources on which permissions are required. Both the lists are maintained in the tow tables, namely aros and acos respectively.

Included in the post is the SQL you'll need to create the tables for the system to use as well as some basic code to use the AclComponent with the ACOs/AROs. They also show how to use the parentNode method to create parent/child relationships between the objects.

0 comments voice your opinion now!
cakephp tutorial access control acl aro aco request aclcomponent


blog comments powered by Disqus

Similar Posts

Kenny Katzgrau's Blog: Enable Site-Wide Profiling With CodeIgniter

Jonathan Snook's Blog: Elemental: Conditional Content with CakePHP

Script-Tutorials.com: How to Protect any Site from Spam using Akismet

The Bakery: 11 New Posts of CakePHP Goodness

Matt Curry's Blog: Did You Guys Know About The CakePHP DebugKit?


Community Events











Don't see your event here?
Let us know!


code development framework interview zendframework2 testing example functional tool conference introduction community unittest release object opinion language phpunit podcast series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework