示例#1
0
文件: OneModel.php 项目: schpill/thin
 /**
  * Delete the database row associated with this model instance.
  *
  * @return null
  */
 public function delete()
 {
     return $this->One->delete();
 }