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

Teknoid's Blog: A deeper look at working with CakePHP shells

DZone.com: Sencha Touch 2 Models - Loading And Saving Model Data Using a Proxy, PHP Example

PHPMaster.com: Creating Web Services with PHP and SOAP, Part 1

Freeaqingme's Blog: PHP, JS & Service layers: Blend like never before

Ian Christian's Blog: Handling Uploaded file in symfony’s admin generator


Community Events











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


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

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