[ Index ] |
|
Code source de PRADO 3.0.6 |
[Code source] [Imprimer] [Statistiques]
BlogUserManager class file
Author: | Qiang Xue <qiang.xue@gmail.com> |
Copyright: | Copyright © 2006 PradoSoft |
License: | http://www.pradosoft.com/license/ |
Version: | $Id: BlogUserManager.php 1397 2006-09-07 07:55:53Z wei $ |
Poids: | 73 lignes (2 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
BlogUserManager:: (3 méthodes):
getGuestName()
getUser()
validateUser()
Classe: BlogUserManager - X-Ref
BlogUserManager classgetGuestName() X-Ref |
Pas de description |
getUser($username=null) X-Ref |
Returns a user instance given the user name. param: string user name, null if it is a guest. return: TUser the user instance, null if the specified username is not in the user database. |
validateUser($username,$password) X-Ref |
Validates if the username and password are correct. param: string user name param: string password return: boolean true if validation is successful, false otherwise. |
Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |