Exemplo n.º 1
0
 /**
  * Constructor.
  *
  * @access public
  */
 function phpOpenTracker_LoggingEngine_Plugin_localizer($parameters)
 {
     parent::phpOpenTracker_LoggingEngine_Plugin($parameters);
     $this->config['plugins']['localizer']['table'] = isset($this->config['plugins']['localizer']['table']) ? $this->config['plugins']['localizer']['table'] : 'pot_localizer';
 }
Exemplo n.º 2
0
 /**
  * Constructor.
  *
  * @access public
  */
 function phpOpenTracker_LoggingEngine_Plugin_search_engines($parameters)
 {
     parent::phpOpenTracker_LoggingEngine_Plugin($parameters);
     $this->config['plugins']['search_engines']['table'] = isset($this->config['plugins']['search_engines']['table']) ? $this->config['plugins']['search_engines']['table'] : 'pot_search_engines';
 }