예제 #1
0
파일: OneModel.php 프로젝트: schpill/thin
 /**
  * Save the data associated with this model instance to the database.
  *
  * @return null
  */
 public function save()
 {
     return $this->One->save();
 }