예제 #1
0
 public function crudRetrieveOneByCond($cond, &$retContainer)
 {
     return Table::retrieveOneByCond(new Users(), $cond, $retContainer);
 }