예제 #1
0
 /**
  *	Saves object (default is NOT AUTO_INCREMENT!). If you need auto_increment capability, you need to
  *	overload this method.
  *
  *	@return		bool
  */
 public function save()
 {
     return $this->_storage->saveObject($this);
 }