예제 #1
0
 /**
  *	Update Settings
  *
  *	@param	mixed	Key
  *	@param	mixed	Value
  *	@return	void
  */
 protected function updateSettings($key, $value)
 {
     $this->settings[$key] = $value;
     CTM_Registry::setSettings($key, $value);
 }