Exemplo n.º 1
0
 public static function count($table, $column, $where = null, $param_values = array(), $param_data_types = array())
 {
     $return = self::run(self::prepare(moojon_db_driver::count($table, $column, $where)), $param_values, $param_data_types);
     return $return[0];
 }