Example #1
0
 /**
  * Get the ID for the next new record for the table.
  * @var string $table The name od the table.
  * @return int
  */
 static function getNextID($table)
 {
     return DB::$globalConn->getNextID($table);
 }