Ejemplo n.º 1
0
 public function getUser()
 {
     $dao = new Users_UserDao(Database::obtain());
     $user = $dao->getByUid($this->uid);
     return $user;
 }