API17:JDatabaseQueryMySQL::delete
From Joomla! Documentation
JDatabaseQueryMySQL::delete
Description
public function delete ($table=null)
Parameter | Type | Default | Description |
---|---|---|---|
$table | string | null | The name of the table to delete from. |
- Returns Returns this object to allow chaining.
- Defined on line 75 of libraries/joomla/database/database/mysqlquery.php
- Since
See also
JDatabaseQueryMySQL::delete source code on BitBucket
Class JDatabaseQueryMySQL
Subpackage Database
- Other versions of JDatabaseQueryMySQL::delete
User contributed notes
Code Examples