JDatabaseDriver::dropTable
Drops a table from the database.
Signature
public function dropTable(string
$table,
[boolean
$ifExists = true] )
Parameters
-
$table
- The name of the database table to drop.
-
$ifExists
- Optionally specify that the table must exist before it is dropped.
Returns
- JDatabaseDriver
- Returns this object to support chaining.