Example #1
0
	protected function _before_update(&$data, $options) {
		parent::_before_update($data, $options);
		$data['update_time'] = $this->_getTime();
		return true;
	}