Exemple #1
0
 /**
  * 检查用户的密码是否正确
  * 
  * @return bool
  */
 function checkPassword($cleartext, $cryptograph)
 {
     return $this->_tbMembers->checkPassword($cleartext, $cryptograph);
 }