News Feed
Jobs Feed
Sections




News Archive
PHP Zone:
PHP Access Control - PHP5 CMS Framework Development
July 15, 2008 @ 14:20:43

Over on the PHP Zone (from the DZone community site) there's a in-depth tutorial looking at the creation and management of an access control system (users, passwords and what they can do) in your PHP application. It's an excerpt from the Packt book PHP5 CMS Framework Development.

Many websites will want to control who has access to what. Once embarked on this route, it turns out there are many situations where access control is appropriate, and they can easily become very complex. So in this chapter we look at the most highly regarded model role-based access control and find ways to implement it. The aim is to achieve a flexible and efficient implementation that can be exploited by increasingly sophisticated software. To show what is going on, the example of a file repository extension is used.

They talk about some of the general considerations about access control (limiting the number of rules, common difficulties) and plenty of code/database schema to get you started.

0 comments voice your opinion now!
php5 cms development packt framework access control tutorial


blog comments powered by Disqus

Similar Posts

DevShed: Building an Error Logger with the Chain of Responsibility Pattern in PHP 5

Zend Developer Zone: Generating and Validating Web Forms With PEAR HTML_QuickForm

PHP-HTML.net: Creating a Simple PHP Cache Script

Paul Jones' Blog: What Does This Say About Unit-Testing in PHP Land?

DevShed: Enforcing Object Types in PHP - Using the PHP5 instanceof Operator


Community Events











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


community conference phpunit unittest release introduction usergroup database podcast rest symfony2 functional development interview language framework testing zendframework2 series opinion

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