コード例 #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();
 }