Beispiel #1
0
 /**
  * Delete the database row associated with this model instance.
  *
  * @return bool
  */
 public function delete()
 {
     return $this->orm->delete();
 }