예제 #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();
 }