示例#1
0
文件: Model.php 项目: voku/paris
 /**
  * Save the data associated with this model instance to the database.
  *
  * @return bool
  */
 public function save()
 {
     return $this->orm->save();
 }