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!
Looking for simple OOP user authentication tutorial or class
Moderator: General Moderators
- mattcooper
- Forum Contributor
- Posts: 210
- Joined: Thu Mar 17, 2005 5:51 am
- Location: London, UK
Re: Looking for simple OOP user authentication tutorial or class
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
HTH