Beispiel #1
0
 /**
  * Save the data associated with this model instance to the database.
  *
  * @return bool
  */
 public function save()
 {
     return $this->orm->save();
 }