Profiler (english): Porovnání verzí

Z Freenetis Wiki
Přejít na: navigace, hledání
 
Řádek 1: Řádek 1:
 
[[cs:Profiler]]
 
[[cs:Profiler]]
TODO
+
[[ru:Профайлер]]
 +
 
 +
Profiler can be run anywhere in the code as:
 +
 
 +
$this->profiler = new Profiler;
 +
// some of your actions and questions
 +
echo $this->profiler->render(TRUE);

Aktuální verze z 7. 6. 2014, 14:34


Profiler can be run anywhere in the code as:

$this->profiler = new Profiler;
// some of your actions and questions
echo $this->profiler->render(TRUE);