Looking for simple OOP user authentication tutorial or class

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kilbad
Forum Commoner
Posts: 28
Joined: Wed Apr 02, 2008 3:51 pm

Looking for simple OOP user authentication tutorial or class

Post 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!
User avatar
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

Post 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
Post Reply