示例#1
0
文件: Model.php 项目: chougron/LOG210
 /**
  * Delete a model in the DB
  */
 public function delete()
 {
     Database::delete(self::getCollectionName(), $this);
 }