Пример #1
0
 /**
  * Save a model in the DB
  * @return boolean
  */
 public function save()
 {
     Database::save(self::getCollectionName(), $this);
     return true;
 }