static int createNextID(
string
$name
)
|
|
Creates a fail safe new ID for the given name.
Do not rely on auto_increment values, but on this function.
Parameters:
|
string |
$name: |
the name of the id you want to fetch |
static void getMaximumID(
int
$table
)
|
|
Gets the Maximum URL from a Database Table.
Parameters:
|
int |
$table: |
the current maximum ID |