i'm newly recruited in our company. i know a little bit of php. i've a requirement to design a class for maintaining users for a site. i just have to identify the suitable functions that the class may supposed to have in order to maintain user's who r coming to our site. i've identified the following functions till now. can u pls add any more additions or can suggest any modifications..
>a function that identifies whether user is a registered user or visitor.
>a function that validates whether user has permission to view the requested page.
>a function that allows us to store user information in log file. This function stores all the actions performed by user in his session.
>a function that allows creation of new user
>a function to update user information
>a function to remove a specified user from mailing list etc...
>A function that allows us to identify no.of failed login attempts by a user, so that we can block the user from logging in for a particular period of time.
This post has been edited by kummu4help: 13 August 2008 - 03:03 AM

New Topic/Question
Reply




MultiQuote





|