Exemple #1
0
	/**
	 * Saves the current model
	 * 
	 * @see Atomik_Model::save()
	 * @return bool
	 */
	public function save()
	{
		return $this->_model->save();
	}