Beispiel #1
0
 /**
     Destroy this object and it's index
 */
 function delete()
 {
     $sql = "DELETE FROM {$this->_table} WHERE {$this->_pkcol} = ?";
     radix_db_sql::query($sql, array($this->_pkval));
 }