News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
A Better Login System
March 30, 2009 @ 07:55:54

In this recent tutorial from NETTUTS.com they show how to create a "better login system" that supports a bit of access control functionality to even further secure your site.

Net.tuts+ has published several great tutorials on user login systems. Most tutorials only deal with authenticating the user, which allows for two levels of security: logged in and not logged in. For many sites, a finer degree of control is needed to control where users can go and what they can do. Creating an access control list (ACL) system will give you the flexibility for granular permissions.

They walk you through the database creation (user information), coding the ACL and user authentication classes, how to check a user's permissions and how to create a user admin screen to allow for easy maintenance. You can find the complete source of the tutorial here.

0 comments voice your opinion now!
tutorial login logout system acl access control admin interface


blog comments powered by Disqus

Similar Posts

Tutorial: A Simple Sessions Tutorial

php|architect: Zend Framework - A Practical Tutorial

Simon Jones' Blog: Admin sub-modules in Zend Framework

David Coallier's Blog: Namespaces has PHP 5.3 (Or the other way around)

DevShed: Introducing Mediator Classes in PHP 5


Community Events











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


code phpunit api community functional zendframework2 composer unittest example introduction podcast series opinion language testing development release database interview framework

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