Source for file User.class.php
Documentation is available at User.class.php
* Gumbo Library Framework
* This library is being released under the terms of the New BSD License. A
* copy of the license is packaged with the software (LICENSE.txt). If no
* copy is found, a copy of the license template can be found at:
* http://www.opensource.org/licenses/bsd-license.php
* @copyright Copyright (c) 2007, iBayou, Michael Luster
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @author Michael Luster <mluster79@yahoo.com>
* @link http://sourceforge.net/projects/phpgumbo
* @copyright Copyright (c) 2007, iBayou, Michael Luster
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @author Michael Luster <mluster79@yahoo.com>
* @link http://sourceforge.net/projects/phpgumbo
* @desc User Session Interface
gumbo_load ("Interface_Session");
* Loads the User SESSION data
* The User Session Encrypted String is saved in the following format:
* session_id||user_id||agent||ip_address||date
* @postcondition setUser ()
* @postcondition _setUserLoaded ([true|false])
* @param int|string$userID
* Returns if the User has been loaded