role management

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
petersmith
Forum Newbie
Posts: 4
Joined: Wed Dec 14, 2005 9:05 am

role management

Post by petersmith »

Im starting to program in php and I was wondering whether its possible with php5 (is that the latest?) to use role management (e.g. teacher, student, parent etc.).
I've been looking around but nowhere anyone seems to have implemented a role management system...(or I'm just a terrible searcher ;))

thanks!
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

There are a couple of Auth classes around at pear, eg: LiveUser..
Post Reply