Adam 2009-01-30
Documentation » Databasecms_db_delete
Executes SQL DELETE with given constraint
bool cms_db_delete( string $table, array $constraint )
Parameters
- string $table Table to select from
- array $constraint Constraints in the form of array fieldname => reqvalue
Returns
- bool Whether the action was successful (should be always TRUE)
Last edited 2009-02-24 16:40:27
