Exemplo n.º 1
0
Arquivo: User.php Projeto: rjha/sc
 function getLatest($limit, $filters = array())
 {
     $rows = mysql\User::getLatest($limit, $filters);
     return $rows;
 }