Пример #1
0
 /**
  * 
  * Loads $this->item with data from the current request POST data, then
  * saves it.
  * 
  * @return bool True if the save was a success, false if it was a failure.
  * 
  */
 protected function _saveItem()
 {
     $this->_loadItem();
     return $this->item->save();
 }