Bug #22085 » 13471_02_example.diff
typo3/class.db_list.inc (working copy) | ||
---|---|---|
var $modTSconfig; // module configuratio
|
||
public function __construct() {
|
||
require_once(t3lib_extMgm::extPath('phpqp') . 'pqp/classes/PhpQuickProfiler.php');
|
||
$this->profiler = t3lib_div::makeInstance('PhpQuickProfiler', PhpQuickProfiler::getMicroTime(), '/' . t3lib_extMgm::siteRelPath('phpqp') . 'pqp/');
|
||
}
|
||
public function __destruct() {
|
||
$this->profiler->display();
|
||
}
|
||
/**
|
||
* Initializes the list generation
|
||
*
|