Пример #1
0
 /**
  * Constructor
  *
  * @access protected
  * @param string Prefix for mark messages
  */
 function __construct($prefix = '')
 {
     $this->_db = JFactory::getDBO();
     $this->_tickerstart = $this->_db->getTicker();
     $this->_memstart = $this->getMemory();
     // finalize initialization
     parent::__construct('Kunena' . $prefix);
 }
Пример #2
0
 /**
  * @return object A function cache object
  */
 function JProfiler($prefix = '')
 {
     parent::__construct($prefix);
 }