-
Notifications
You must be signed in to change notification settings - Fork 1
User_fromDatabase
Strongbeard edited this page Nov 28, 2014
·
2 revisions
Constructor that draws user information from the database using a unique column key and value.
USER::fromDatabase( string $email );
- $email = String. Must be a valid email address and exist in the database.
Instance of the User class or null on failure to find the user in the database.
- InvalidArgumentException = The email address is incorrectly formatted.