|
@@ -27,6 +27,7 @@ class Route_Debug extends RouteBase {
|
|
|
public function defaultView($flashMsg = '') {
|
|
public function defaultView($flashMsg = '') {
|
|
|
UI::gora();
|
|
UI::gora();
|
|
|
UI::menu();
|
|
UI::menu();
|
|
|
|
|
+ UI::setTitle("Debug");
|
|
|
try {
|
|
try {
|
|
|
echo UI::h('h1', [], [
|
|
echo UI::h('h1', [], [
|
|
|
"Debug ",
|
|
"Debug ",
|
|
@@ -130,6 +131,7 @@ class Route_Debug extends RouteBase {
|
|
|
session_write_close();
|
|
session_write_close();
|
|
|
UI::gora();
|
|
UI::gora();
|
|
|
// UI::menu();
|
|
// UI::menu();
|
|
|
|
|
+ UI::setTitle("Debug");
|
|
|
echo UI::h('div', ['class'=>'container'], [
|
|
echo UI::h('div', ['class'=>'container'], [
|
|
|
UI::h('a', ['href'=>'index.php?_route=Debug'], "wróć")
|
|
UI::h('a', ['href'=>'index.php?_route=Debug'], "wróć")
|
|
|
]);
|
|
]);
|
|
@@ -169,6 +171,7 @@ class Route_Debug extends RouteBase {
|
|
|
session_write_close();
|
|
session_write_close();
|
|
|
UI::gora();
|
|
UI::gora();
|
|
|
// UI::menu();
|
|
// UI::menu();
|
|
|
|
|
+ UI::setTitle("Debug");
|
|
|
echo UI::h('div', ['class'=>'container'], [
|
|
echo UI::h('div', ['class'=>'container'], [
|
|
|
UI::h('a', ['href'=>'index.php?_route=Debug'], "wróć")
|
|
UI::h('a', ['href'=>'index.php?_route=Debug'], "wróć")
|
|
|
]);
|
|
]);
|
|
@@ -263,6 +266,7 @@ class Route_Debug extends RouteBase {
|
|
|
public function testDebugWithSleepAction() {
|
|
public function testDebugWithSleepAction() {
|
|
|
session_write_close();
|
|
session_write_close();
|
|
|
UI::gora();
|
|
UI::gora();
|
|
|
|
|
+ UI::setTitle("Debug Test Sleep");
|
|
|
flush();
|
|
flush();
|
|
|
for ($i = 0; $i < 10; $i++) {
|
|
for ($i = 0; $i < 10; $i++) {
|
|
|
echo "TEST {$i}<br>";
|
|
echo "TEST {$i}<br>";
|