Page 1 of 1

Looking for simple OOP user authentication tutorial or class

Posted: Wed Apr 23, 2008 9:21 am
by kilbad
I am looking for a simple OOP user authentication tutorial or Class that I can work through. I tried google for something, but did not find anything great.

Any suggestions?

Thanks in advance!

Re: Looking for simple OOP user authentication tutorial or class

Posted: Wed Apr 23, 2008 12:13 pm
by mattcooper
Google "login redirect"... it's where I started years ago and will give you the basis of UA. However, if you're looking for serious OO UA, try some of the frameworks - particularly CakePHP. They're a good starting point and have plenty of support -> particularly the "ObAuth" component. Again, Google it.

HTH