10-31-2007, 05:32 PM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Oct 2007
Posts: 170
Thanks: 18
|
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?
|
|
|
|