Php User Management System

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
arzoo
Forum Newbie
Posts: 3
Joined: Fri Sep 11, 2009 3:47 am

Php User Management System

Post by arzoo »

Hi,

I would like to know if anyone knows a reliable php user management system, preferably free download, that enables you to insert a login, user management and user access functionalities.

The user access part basically gives access privileges to specific users to see/update/read-only certain pages.

There seems to be a number of them when I made a google search, but wanted to ask knowing that it's better to ask those who have experience in using them.

I'd hate to rebuild something when a good one that is customizable is available. Similar to just using certain frameworks like yahoo ui library, instead of reinventing the wheel.

Thanks.
User avatar
Weiry
Forum Contributor
Posts: 323
Joined: Wed Sep 09, 2009 5:55 am
Location: Australia

Re: Php User Management System

Post by Weiry »

Well i know i built up from a template which i found on the net. You may not be reinventing the wheel, but i found this was a brilliant starting point.
http://www.evolt.org/node/60384
It has user access levels and with a little tweaking of course, could be set to support the visible/update/read-only features.
Post Reply