Function __global->_helper_drop_table_if_exists
Definitions
sources/database_helper.php
- Drop the given table, or if it doesn't exist, silently return.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$this_ref | object | required parameter | N/A | N/A | Link to the real database object |
$table | mixed | required parameter | N/A | N/A | The table name(s) |