Example #1
0
File: User.php Project: rjha/sc
 function getOnLoginId($loginId)
 {
     $row = mysql\User::getOnLoginId($loginId);
     return $row;
 }