How should I lay-out my PHP login class?

Posted by ThinkingInBits on Stack Overflow See other posts from Stack Overflow or by ThinkingInBits
Published on 2010-04-27T17:14:30Z Indexed on 2010/04/27 17:33 UTC
Read the original article Hit count: 154

Filed under:
|
|
|
|

So, there is going to be one login form; however 1 of 3 types of members will be signing in member_type_a, member_type_b, member_type_c all of whom have some of the same properties, and some whom may have specific methods and/or properties to them. I want the class to be saved to a session variable for use with member area pages.

Any suggestions on applicable design patterns?

© Stack Overflow or respective owner

Related posts about php

Related posts about oop