username; } public function checkPassword($password) { return ($this->password == sha1($password)); } public function changePassword($new_password) { throw new SihnonFramework_Exception_NotImplemented(); } public function isAdministrator() { throw new SihnonFramework_Exception_NotImplemented(); } } ?>