JTable::delete/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 JTable::delete

Description

Method to delete a row from the database table by primary key value.

Description:JTable::delete [Edit Descripton]

public function delete ($pk=null)
Parameter Type Default Description
$pk mixed null An optional primary key value to delete. If not set the instance property value is used.
  • Returns boolean True on success.
  • Defined on line 669 of libraries/joomla/database/table.php
  • Since Joomla 1.0

See also

SeeAlso:JTable::delete [Edit See Also]

User contributed notes


Personal tools