Exemplo n.º 1
0
 public function get_by_mobile_pass($mobile, $password)
 {
     $userTable = new UserTable();
     return $userTable->get_by_mobile_pass($mobile, $password);
 }