Thread: PHP Login Class
View Single Post
Old 10-31-2007, 05:32 PM   #2 (permalink)
maZtah
The Acquainted
 
Join Date: Oct 2007
Posts: 170
Thanks: 18
maZtah is an unknown quantity at this point
Default

Great! Thanks for sharing. Such an example is great for learning OOP.
I've noticed a few things I've not seen before, like:

PHP Code:
throw new Exception(Login::ERROR_EMPTY_LOGIN); 
What's it exactly doing? And why are you doing things like that?
maZtah is offline  
Reply With Quote
The Following User Says Thank You to maZtah For This Useful Post:
alonewolf (01-26-2011)