News Feed
Jobs Feed
Sections




News Archive
WebReference.com:
Administering RBAC in PHP 5 CMS Framework
November 20, 2008 @ 10:28:15

WebReference.com continues their series looking at user administration in content management systems. This time they look at the importance of user roles and some code to add to help manage them.

Although the operations are simple, it is vital that they be handled correctly. It is generally a poor principle to allow access to the mechanisms of a system rather than providing an interface through class methods. The latter approach ideally allows the creation of a robust interface that changes relatively infrequently, while details of implementation can be modified without affecting the rest of the system.

Their code includes methods to get all roles for a user, check to see which they are permitted to use, add a "permit" role and remove it back out. The tutorial is an excerpt from the Packt book PHP5 CMS Framework Development (Martin Brampton).

0 comments voice your opinion now!
rbac php5 framework tutorial excerpt packt role


blog comments powered by Disqus

Similar Posts

Chris Jones: Offline Processing in PHP with Advanced Queuing

DevShed: Using Static Methods to Build Loader Apps in PHP

IBM developerWorks: Create a Yahoo! SearchMonkey application

Devshed: A Close Look at the GD Library in PHP

Daniel Hofstetter's Blog: Use components from the Zend Framework with CakePHP


Community Events











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


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

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