예제 #1
0
파일: Model.php 프로젝트: chougron/LOG210
 /**
  * Delete a model in the DB
  */
 public function delete()
 {
     Database::delete(self::getCollectionName(), $this);
 }