Esempio n. 1
0
File: Model.php Progetto: voku/paris
 /**
  * Save the data associated with this model instance to the database.
  *
  * @return bool
  */
 public function save()
 {
     return $this->orm->save();
 }