Example #1
0
 /**
  * Delete object from database
  *
  * @return bool
  */
 public function drop()
 {
     return \System\Database\Query::simple_delete($this::get_table(), array($this::get_id_col() => $this->id));
 }