Topic: Congrats to PHP User Class (Read 126 times)
Just another rainy day
Posts: 1
10 credits Members referred : 0
« on: Apr 29, 2008, 07:33:01 PM »
I'd just like to say thanks for your work on this project As simple as it may be, I think it's very effective.
Having spent so much time browsing the net looking for an ideal PHP login script which is secure and flexible enough I cam accross PHP User Class in my reading, downloaded immediately, took a look at the code and must say I'm impressed.
I'm still playing around with it, trying to get it to handle multiple user roles e.g. inactive, registered and admin to control access to different site areas
A login script is always an important part of any site, yet the part where you don't want to reinvent the wheel when so many solutions exist. The only problem with ready solutions are sometimes they go way over your head, the older ones arent very modular, and they're usually difficult to integrate. I reckon that PHP User Class solves all the problems above, so kudos to you
I look forward to seeing any future updates Once my site is complete I'll be happy to donate
Well done on the work so far
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 7824
39879 credits Members referred : 3
« Reply #1 on: Apr 30, 2008, 08:30:39 AM »
Thank you very much for your good words. It is really good to know that people appreciate your work
Right now I am creating a new open source project which is using the class to create a framework for php applications that require group policies. I suppose this is what you want right now, but it will take a couple of months to get published.