Kolečko pro sekačku
Warning
array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The first argument should be either a string or an integer
Source file ▼
File: /mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Teguza/Category.php Line: 23
Line 16: public $Name = array();
Line 17:
Line 18: public $IsVisible = true;
Line 19:
Line 20: public $UpdatedTimestamp;
Line 21:
Line 22: public static function getInstance($CategoryID) {
Line 23: if (array_key_exists($CategoryID, self::$_instances))
Line 24: return self::$_instances[$CategoryID];
Line 25:
Line 26: $instance = new self($CategoryID);
Line 27: self::$_instances[$CategoryID] = $instance;
Line 28: return $instance;
Line 29: }
Line 30:
Call stack ▼
<PHP inner-code> Debug:: _errorHandler (arguments ►)
$severity int(2)
$message string(146) "array_key_exists() [<a href='function.array-key-exists'>function.array-key-exists</a>]: The first argument should be either a string or an integer"
$file string(80) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Teguza/Category.php"
$line int(23)
$context array(1) ▼
{ "CategoryID" => bool(FALSE) }
Teguza/Category.php (23) source ► array_key_exists (arguments ►)
$key bool(FALSE)
$search array(0)
Line 16: public $Name = array(); Line 17: Line 18: public $IsVisible = true; Line 19: Line 20: public $UpdatedTimestamp; Line 21: Line 22: public static function getInstance($CategoryID) { Line 23: if (array_key_exists($CategoryID, self::$_instances)) Line 24: return self::$_instances[$CategoryID]; Line 25: Line 26: $instance = new self($CategoryID); Line 27: self::$_instances[$CategoryID] = $instance; Line 28: return $instance; Line 29: } Line 30:
c-Nette.Template/_9e315c0600ef75babde614a5c1450202.default.phtml.php (56) source ► Category:: getInstance (arguments ►)
$CategoryID bool(FALSE)
Line 49: <?php endif ?> Line 50: Line 51: <div style="height: 230px; overflow: visible; /* clearing floats */"> Line 52: <div class="cb" style="width: 295px; float: left; margin: 0 1em 0 -3px; padding-bottom: 1em;"><div class="bt"><div></div></div><div class="i1"><div class="i2"><div class="i3"> Line 53: <?php if ($Product->HasPhoto): ?> Line 54: <a href="<?php echo TemplateHelpers::escapeHtml($control->link(":Front:Web:GetPhoto", array('id' => $Product->CatalogNumber, 'x' => $photo_size_large_x))) ?>" title="Zobrazit velkou fotografii výrobku <?php echo TemplateHelpers::escapeHtml($Product->Name[$LanguageID]) ?>" target="_blank" class="link-big-picture" rel="lightbox"> Line 55: <span class="magnifier">Zobrazit větší obrázek</span> Line 56: <img src="<?php echo TemplateHelpers::escapeHtml($control->link(":Front:Web:GetPhoto", array('id' => $Product->CatalogNumber, 'x' => $photo_size_medium_x))) ?>" alt="Výrobek <?php echo TemplateHelpers::escapeHtml($Product->Name[$LanguageID]) ?> (<?php echo TemplateHelpers::escapeHtml(Category::getInstance($current_CategoryID)->Name[$LanguageID]) ?>)" style="display: block; width: 285px; height: 215px;" itemprop="image" /> Line 57: <?php if ($Product->HasDiscount): ?><span class="discount-sticker">Výrobek v akci!</span><?php endif ?> Line 58: Line 59: </a> Line 60: </a> Line 61: <?php else: ?> Line 62: <span style="display: block; width: 285px; height: 215px; background-color: #F2F2F2;"></span> Line 63: <?php endif ?>
Filters/LatteMacros.php (799) source ► _cbb372d4aa416_content (arguments ►)
#0 array(43) ►
{ "component" => object(FrontEShop_ProductPresenter) (32) ►
{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"control" => object(FrontEShop_ProductPresenter) (32) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"presenter" => object(FrontEShop_ProductPresenter) (32) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"baseUri" => string(1) "/" "basePath" => string(0) "" "flashes" => array(0) "isProductionMode" => bool(TRUE) "copyrightStartYear" => int(2010) "copyrightEndYear" => int(2024) "isUserAgentGoogleSiteVerification" => int(0) "isUserAgentIE" => int(0) "lang" => string(2) "cs" "css_bucket_main" => string(28) "/static/css/main/1446079082/" "js_bucket_main" => string(27) "/static/js/main/1446079094/" "LanguageID" => int(1) "action" => string(7) "product" "design" => string(4) "main" "module" => string(5) "eshop" "menu_categories" => array(7) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ 0 => object(DibiRow) (2) ▼
"current_CategoryID" => bool(FALSE) "isAuthenticated" => bool(FALSE) "userIdentity" => NULL "cart_PriceVat" => int(0) "cart_PriceNoVat" => int(0) "cart_count" => int(0) "cart_highlightVat" => bool(FALSE) "Product" => object(Product) (28) ►{ "CategoryID" => string(1) "1" "Name" => string(19) "Aktuální nabídka" }
1 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "2" "Name" => string(16) "Bezdušová kola" }
2 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "3" "Name" => string(22) "Těsnění, průchodky" }
3 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "4" "Name" => string(9) "Auto-moto" }
4 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "5" "Name" => string(5) "Hobby" }
5 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "6" "Name" => string(10) "Domácnost" }
6 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "7" "Name" => string(9) "Výprodej" }
}{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) ▼
"highlightVat" => bool(FALSE) "next_product" => NULL "previous_product" => NULL "photo_size_medium_x" => int(285) "photo_size_large_x" => int(800) "layout" => string(101) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/@layout.phtml" "template" => object(Template) (7) ►{ 1 => string(21) "Kolečko pro sekačku" 2 => string(0) "" 3 => string(0) "" }
"Description" => array(3) ▼{ 1 => string(27) "II.jakost, kosmetické vady" 2 => string(0) "" 3 => string(0) "" }
"Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) ▼{ "critical" => object(MySet) (3) { ... } "error" => object(MySet) (2) { ... } "warning" => object(MySet) (2) { ... } "notice" => object(MySet) (2) { ... } "info" => object(MySet) (2) { ... } }
}{ "file" private => string(104) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/../@layout.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) ▼
"_cb" => object(stdClass) (4) ▼{ 0 => array(2) { ... } }
"params" private => array(35) ►{ "component" => object(FrontEShop_ProductPresenter) (32) { ... } "control" => object(FrontEShop_ProductPresenter) (32) { ... } "presenter" => object(FrontEShop_ProductPresenter) (32) { ... } "baseUri" => string(1) "/" "basePath" => string(0) "" "flashes" => array(0) "isProductionMode" => bool(TRUE) "copyrightStartYear" => int(2010) "copyrightEndYear" => int(2024) "isUserAgentGoogleSiteVerification" => int(0) "isUserAgentIE" => int(0) "lang" => string(2) "cs" "css_bucket_main" => string(28) "/static/css/main/1446079082/" "js_bucket_main" => string(27) "/static/js/main/1446079094/" "LanguageID" => int(1) "action" => string(7) "product" "design" => string(4) "main" "module" => string(5) "eshop" "menu_categories" => array(7) { ... } "current_CategoryID" => bool(FALSE) "isAuthenticated" => bool(FALSE) "userIdentity" => NULL "cart_PriceVat" => int(0) "cart_PriceNoVat" => int(0) "cart_count" => int(0) "cart_highlightVat" => bool(FALSE) "Product" => object(Product) (28) { ... } "highlightVat" => bool(FALSE) "next_product" => NULL "previous_product" => NULL "photo_size_medium_x" => int(285) "photo_size_large_x" => int(800) "layout" => string(101) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/@layout.phtml" "template" => object(Template) (7) { *RECURSION* } "content_itemtype" => string(25) "http://schema.org/Product" }
"filters" private => array(0) "helpers" private => array(8) ►{ "escape" => object(Callback) (1) { ... } "escapeurl" => object(Callback) (1) { ... } "striptags" => object(Callback) (1) { ... } "nl2br" => object(Callback) (1) { ... } "substr" => object(Callback) (1) { ... } "repeat" => object(Callback) (1) { ... } "implode" => object(Callback) (1) { ... } "number" => object(Callback) (1) { ... } }
"helperLoaders" private => array(1) ▼{ 0 => object(Callback) (1) { ... } }
}{ "blocks" => array(6) ▼
"content_itemtype" => string(25) "http://schema.org/Product" "title" => string(0) "" "title_caption" => string(0) "" "description" => string(0) "" "title_itemprop" => string(0) "" "googleAnalyticsAccount" => string(13) "UA-12826894-1" "googleWebmasterToolsVerificationCode" => string(43) "FQVm2t75cLrOxDMkgB-TK83G0wsihepKWev1lznO53c" "toplistID" => string(7) "1115923" }{ "title" => array(3) { ... } "header" => array(2) { ... } "content" => array(1) { ... } "header_before" => array(2) { ... } "pageheader" => array(2) { ... } "aside" => array(2) { ... } }
"templates" => array(3) ▼{ "ccefd20b69" => object(Template) (7) { ... } "f3b0d5cc13" => object(Template) (7) { ... } "c5902ce6b5" => object(Template) (7) { ... } }
"extends" => bool(FALSE) "its" => array(0) }Line 792: */ Line 793: public static function callBlock(& $blocks, $name, $params) Line 794: { Line 795: if (empty($blocks[$name])) { Line 796: throw new InvalidStateException("Call to undefined block '$name'."); Line 797: } Line 798: $block = reset($blocks[$name]); Line 799: $block($params); Line 800: } Line 801: Line 802: Line 803: Line 804: /** Line 805: * Calls parent block. Line 806: * @param array
c-Nette.Template/_b4ba7d0f7fa617ec71c31c13c3580a3a.%40layout.phtml.php (132) source ► LatteMacros:: callBlock (arguments ►)
$blocks array(6) ▼
{ "title" => array(3) ▼
{ 0 => string(20) "_cbbda1b74c099_title" 1 => string(20) "_cbb7453f53b99_title" 2 => string(20) "_cbbfa169e0f4d_title" }
"header" => array(2) ▼{ 0 => string(21) "_cbb0ebb6964f5_header" 1 => string(21) "_cbb304109c0df_header" }
"content" => array(1) ▼{ 0 => string(22) "_cbb372d4aa416_content" }
"header_before" => array(2) ▼{ 0 => string(28) "_cbbfd38b07657_header_before" 1 => string(28) "_cbb56fe90f620_header_before" }
"pageheader" => array(2) ▼{ 0 => string(25) "_cbb94619a9784_pageheader" 1 => string(25) "_cbb878f0996b7_pageheader" }
"aside" => array(2) ▼{ 0 => string(20) "_cbb2fc3af115c_aside" 1 => string(20) "_cbb9a0815d732_aside" }
}$name string(7) "content"
$params array(43) ►
{ "component" => object(FrontEShop_ProductPresenter) (32) ►
{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"control" => object(FrontEShop_ProductPresenter) (32) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"presenter" => object(FrontEShop_ProductPresenter) (32) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"baseUri" => string(1) "/" "basePath" => string(0) "" "flashes" => array(0) "isProductionMode" => bool(TRUE) "copyrightStartYear" => int(2010) "copyrightEndYear" => int(2024) "isUserAgentGoogleSiteVerification" => int(0) "isUserAgentIE" => int(0) "lang" => string(2) "cs" "css_bucket_main" => string(28) "/static/css/main/1446079082/" "js_bucket_main" => string(27) "/static/js/main/1446079094/" "LanguageID" => int(1) "action" => string(7) "product" "design" => string(4) "main" "module" => string(5) "eshop" "menu_categories" => array(7) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ 0 => object(DibiRow) (2) ▼
"current_CategoryID" => bool(FALSE) "isAuthenticated" => bool(FALSE) "userIdentity" => NULL "cart_PriceVat" => int(0) "cart_PriceNoVat" => int(0) "cart_count" => int(0) "cart_highlightVat" => bool(FALSE) "Product" => object(Product) (28) ►{ "CategoryID" => string(1) "1" "Name" => string(19) "Aktuální nabídka" }
1 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "2" "Name" => string(16) "Bezdušová kola" }
2 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "3" "Name" => string(22) "Těsnění, průchodky" }
3 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "4" "Name" => string(9) "Auto-moto" }
4 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "5" "Name" => string(5) "Hobby" }
5 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "6" "Name" => string(10) "Domácnost" }
6 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "7" "Name" => string(9) "Výprodej" }
}{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) ▼
"highlightVat" => bool(FALSE) "next_product" => NULL "previous_product" => NULL "photo_size_medium_x" => int(285) "photo_size_large_x" => int(800) "layout" => string(101) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/@layout.phtml" "template" => object(Template) (7) ►{ 1 => string(21) "Kolečko pro sekačku" 2 => string(0) "" 3 => string(0) "" }
"Description" => array(3) ▼{ 1 => string(27) "II.jakost, kosmetické vady" 2 => string(0) "" 3 => string(0) "" }
"Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) ▼{ "critical" => object(MySet) (3) { ... } "error" => object(MySet) (2) { ... } "warning" => object(MySet) (2) { ... } "notice" => object(MySet) (2) { ... } "info" => object(MySet) (2) { ... } }
}{ "file" private => string(104) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/../@layout.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) ▼
"_cb" => object(stdClass) (4) ▼{ 0 => array(2) { ... } }
"params" private => array(35) ►{ "component" => object(FrontEShop_ProductPresenter) (32) { ... } "control" => object(FrontEShop_ProductPresenter) (32) { ... } "presenter" => object(FrontEShop_ProductPresenter) (32) { ... } "baseUri" => string(1) "/" "basePath" => string(0) "" "flashes" => array(0) "isProductionMode" => bool(TRUE) "copyrightStartYear" => int(2010) "copyrightEndYear" => int(2024) "isUserAgentGoogleSiteVerification" => int(0) "isUserAgentIE" => int(0) "lang" => string(2) "cs" "css_bucket_main" => string(28) "/static/css/main/1446079082/" "js_bucket_main" => string(27) "/static/js/main/1446079094/" "LanguageID" => int(1) "action" => string(7) "product" "design" => string(4) "main" "module" => string(5) "eshop" "menu_categories" => array(7) { ... } "current_CategoryID" => bool(FALSE) "isAuthenticated" => bool(FALSE) "userIdentity" => NULL "cart_PriceVat" => int(0) "cart_PriceNoVat" => int(0) "cart_count" => int(0) "cart_highlightVat" => bool(FALSE) "Product" => object(Product) (28) { ... } "highlightVat" => bool(FALSE) "next_product" => NULL "previous_product" => NULL "photo_size_medium_x" => int(285) "photo_size_large_x" => int(800) "layout" => string(101) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/@layout.phtml" "template" => object(Template) (7) { *RECURSION* } "content_itemtype" => string(25) "http://schema.org/Product" }
"filters" private => array(0) "helpers" private => array(8) ►{ "escape" => object(Callback) (1) { ... } "escapeurl" => object(Callback) (1) { ... } "striptags" => object(Callback) (1) { ... } "nl2br" => object(Callback) (1) { ... } "substr" => object(Callback) (1) { ... } "repeat" => object(Callback) (1) { ... } "implode" => object(Callback) (1) { ... } "number" => object(Callback) (1) { ... } }
"helperLoaders" private => array(1) ▼{ 0 => object(Callback) (1) { ... } }
}{ "blocks" => array(6) ▼
"content_itemtype" => string(25) "http://schema.org/Product" "title" => string(0) "" "title_caption" => string(0) "" "description" => string(0) "" "title_itemprop" => string(0) "" "googleAnalyticsAccount" => string(13) "UA-12826894-1" "googleWebmasterToolsVerificationCode" => string(43) "FQVm2t75cLrOxDMkgB-TK83G0wsihepKWev1lznO53c" "toplistID" => string(7) "1115923" }{ "title" => array(3) { ... } "header" => array(2) { ... } "content" => array(1) { ... } "header_before" => array(2) { ... } "pageheader" => array(2) { ... } "aside" => array(2) { ... } }
"templates" => array(3) ▼{ "ccefd20b69" => object(Template) (7) { ... } "f3b0d5cc13" => object(Template) (7) { ... } "c5902ce6b5" => object(Template) (7) { ... } }
"extends" => bool(FALSE) "its" => array(0) }Line 125: Line 126: <div id="container-article"> Line 127: <?php if (!$_cb->extends) { call_user_func(reset($_cb->blocks['aside']), get_defined_vars()); } ?> Line 128: Line 129: <div id="article"<?php if ($content_itemtype): ?> itemscope itemtype="<?php echo TemplateHelpers::escapeHtml($content_itemtype) ?>"<?php endif ?>> Line 130: <?php if ($title_caption || $title): ?><h2<?php if ($title_itemprop): ?> itemprop="<?php echo TemplateHelpers::escapeHtml($title_itemprop) ?>"<?php endif ?>"><?php echo TemplateHelpers::escapeHtml($title_caption ? $title_caption : $title) ?></h2><?php endif ?> Line 131: Line 132: <?php LatteMacros::callBlock($_cb->blocks, 'content', get_defined_vars()) ?> Line 133: </div> Line 134: </div> Line 135: Line 136: <div id="footer"> Line 137: <span class="copyright"> Line 138: © <?php echo TemplateHelpers::escapeHtml($copyrightStartYear) ;if ($copyrightStartYear != $copyrightEndYear): ?> – <?php echo TemplateHelpers::escapeHtml($copyrightEndYear) ;endif ?> Line 139:
Loaders/LimitedScope.php (66) source ► include (arguments ►)
#0 string(135) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/tmp/c-Nette.Template/_b4ba7d0f7fa617ec71c31c13c3580a3a.%40layout.phtml.php"
Line 59: public static function load(/*$file, array $vars = NULL*/) Line 60: { Line 61: if (func_num_args() > 1) { Line 62: extract(func_get_arg(1)); Line 63: Line 64: Line 65: } Line 66: return include func_get_arg(0); Line 67: } Line 68: Line 69: }
Templates/Template.php (123) source ► LimitedScope:: load (arguments ►)
#0 string(135) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/tmp/c-Nette.Template/_b4ba7d0f7fa617ec71c31c13c3580a3a.%40layout.phtml.php"
#1 array(36) ►
{ "component" => object(FrontEShop_ProductPresenter) (32) ►
{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"control" => object(FrontEShop_ProductPresenter) (32) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"presenter" => object(FrontEShop_ProductPresenter) (32) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"baseUri" => string(1) "/" "basePath" => string(0) "" "flashes" => array(0) "isProductionMode" => bool(TRUE) "copyrightStartYear" => int(2010) "copyrightEndYear" => int(2024) "isUserAgentGoogleSiteVerification" => int(0) "isUserAgentIE" => int(0) "lang" => string(2) "cs" "css_bucket_main" => string(28) "/static/css/main/1446079082/" "js_bucket_main" => string(27) "/static/js/main/1446079094/" "LanguageID" => int(1) "action" => string(7) "product" "design" => string(4) "main" "module" => string(5) "eshop" "menu_categories" => array(7) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ 0 => object(DibiRow) (2) ▼
"current_CategoryID" => bool(FALSE) "isAuthenticated" => bool(FALSE) "userIdentity" => NULL "cart_PriceVat" => int(0) "cart_PriceNoVat" => int(0) "cart_count" => int(0) "cart_highlightVat" => bool(FALSE) "Product" => object(Product) (28) ►{ "CategoryID" => string(1) "1" "Name" => string(19) "Aktuální nabídka" }
1 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "2" "Name" => string(16) "Bezdušová kola" }
2 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "3" "Name" => string(22) "Těsnění, průchodky" }
3 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "4" "Name" => string(9) "Auto-moto" }
4 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "5" "Name" => string(5) "Hobby" }
5 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "6" "Name" => string(10) "Domácnost" }
6 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "7" "Name" => string(9) "Výprodej" }
}{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) ▼
"highlightVat" => bool(FALSE) "next_product" => NULL "previous_product" => NULL "photo_size_medium_x" => int(285) "photo_size_large_x" => int(800) "layout" => string(101) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/@layout.phtml" "template" => object(Template) (7) ►{ 1 => string(21) "Kolečko pro sekačku" 2 => string(0) "" 3 => string(0) "" }
"Description" => array(3) ▼{ 1 => string(27) "II.jakost, kosmetické vady" 2 => string(0) "" 3 => string(0) "" }
"Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) ▼{ "critical" => object(MySet) (3) { ... } "error" => object(MySet) (2) { ... } "warning" => object(MySet) (2) { ... } "notice" => object(MySet) (2) { ... } "info" => object(MySet) (2) { ... } }
}{ "file" private => string(104) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/../@layout.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) ▼
"_cb" => object(stdClass) (3) ▼{ 0 => array(2) { ... } }
"params" private => array(35) ►{ "component" => object(FrontEShop_ProductPresenter) (32) { ... } "control" => object(FrontEShop_ProductPresenter) (32) { ... } "presenter" => object(FrontEShop_ProductPresenter) (32) { ... } "baseUri" => string(1) "/" "basePath" => string(0) "" "flashes" => array(0) "isProductionMode" => bool(TRUE) "copyrightStartYear" => int(2010) "copyrightEndYear" => int(2024) "isUserAgentGoogleSiteVerification" => int(0) "isUserAgentIE" => int(0) "lang" => string(2) "cs" "css_bucket_main" => string(28) "/static/css/main/1446079082/" "js_bucket_main" => string(27) "/static/js/main/1446079094/" "LanguageID" => int(1) "action" => string(7) "product" "design" => string(4) "main" "module" => string(5) "eshop" "menu_categories" => array(7) { ... } "current_CategoryID" => bool(FALSE) "isAuthenticated" => bool(FALSE) "userIdentity" => NULL "cart_PriceVat" => int(0) "cart_PriceNoVat" => int(0) "cart_count" => int(0) "cart_highlightVat" => bool(FALSE) "Product" => object(Product) (28) { ... } "highlightVat" => bool(FALSE) "next_product" => NULL "previous_product" => NULL "photo_size_medium_x" => int(285) "photo_size_large_x" => int(800) "layout" => string(101) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/@layout.phtml" "template" => object(Template) (7) { *RECURSION* } "content_itemtype" => string(25) "http://schema.org/Product" }
"filters" private => array(0) "helpers" private => array(8) ►{ "escape" => object(Callback) (1) { ... } "escapeurl" => object(Callback) (1) { ... } "striptags" => object(Callback) (1) { ... } "nl2br" => object(Callback) (1) { ... } "substr" => object(Callback) (1) { ... } "repeat" => object(Callback) (1) { ... } "implode" => object(Callback) (1) { ... } "number" => object(Callback) (1) { ... } }
"helperLoaders" private => array(1) ▼{ 0 => object(Callback) (1) { ... } }
}{ "blocks" => array(6) ▼
"content_itemtype" => string(25) "http://schema.org/Product" }{ "title" => array(3) { ... } "header" => array(2) { ... } "content" => array(1) { ... } "header_before" => array(2) { ... } "pageheader" => array(2) { ... } "aside" => array(2) { ... } }
"templates" => array(3) ▼{ "ccefd20b69" => object(Template) (7) { ... } "f3b0d5cc13" => object(Template) (7) { ... } "c5902ce6b5" => object(Template) (7) { ... } }
"extends" => string(16) "../@layout.phtml" }Line 116: Cache::EXPIRE => self::$cacheExpire, Line 117: ) Line 118: ); Line 119: $cached = $cache[$key]; Line 120: } Line 121: Line 122: if ($cached !== NULL && self::$cacheStorage instanceof TemplateCacheStorage) { Line 123: LimitedScope::load($cached['file'], $this->getParams()); Line 124: fclose($cached['handle']); Line 125: Line 126: } else { Line 127: LimitedScope::evaluate($content, $this->getParams()); Line 128: } Line 129: } Line 130:
c-Nette.Template/_9b6a8cfe4c3a0ace0fe73f9d0023e4f8.%40layout.phtml.php (122) source ► Template-> render ()
Line 115: Line 116: Line 117: Line 118: Line 119: <?php Line 120: } Line 121: Line 122: if ($_cb->extends) { ob_end_clean(); LatteMacros::includeTemplate($_cb->extends, get_defined_vars(), $template)->render(); } Line 123:
Loaders/LimitedScope.php (66) source ► include (arguments ►)
#0 string(135) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/tmp/c-Nette.Template/_9b6a8cfe4c3a0ace0fe73f9d0023e4f8.%40layout.phtml.php"
Line 59: public static function load(/*$file, array $vars = NULL*/) Line 60: { Line 61: if (func_num_args() > 1) { Line 62: extract(func_get_arg(1)); Line 63: Line 64: Line 65: } Line 66: return include func_get_arg(0); Line 67: } Line 68: Line 69: }
Templates/Template.php (123) source ► LimitedScope:: load (arguments ►)
#0 string(135) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/tmp/c-Nette.Template/_9b6a8cfe4c3a0ace0fe73f9d0023e4f8.%40layout.phtml.php"
#1 array(36) ►
{ "component" => object(FrontEShop_ProductPresenter) (32) ►
{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"control" => object(FrontEShop_ProductPresenter) (32) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"presenter" => object(FrontEShop_ProductPresenter) (32) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"baseUri" => string(1) "/" "basePath" => string(0) "" "flashes" => array(0) "isProductionMode" => bool(TRUE) "copyrightStartYear" => int(2010) "copyrightEndYear" => int(2024) "isUserAgentGoogleSiteVerification" => int(0) "isUserAgentIE" => int(0) "lang" => string(2) "cs" "css_bucket_main" => string(28) "/static/css/main/1446079082/" "js_bucket_main" => string(27) "/static/js/main/1446079094/" "LanguageID" => int(1) "action" => string(7) "product" "design" => string(4) "main" "module" => string(5) "eshop" "menu_categories" => array(7) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ 0 => object(DibiRow) (2) ▼
"current_CategoryID" => bool(FALSE) "isAuthenticated" => bool(FALSE) "userIdentity" => NULL "cart_PriceVat" => int(0) "cart_PriceNoVat" => int(0) "cart_count" => int(0) "cart_highlightVat" => bool(FALSE) "Product" => object(Product) (28) ►{ "CategoryID" => string(1) "1" "Name" => string(19) "Aktuální nabídka" }
1 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "2" "Name" => string(16) "Bezdušová kola" }
2 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "3" "Name" => string(22) "Těsnění, průchodky" }
3 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "4" "Name" => string(9) "Auto-moto" }
4 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "5" "Name" => string(5) "Hobby" }
5 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "6" "Name" => string(10) "Domácnost" }
6 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "7" "Name" => string(9) "Výprodej" }
}{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) ▼
"highlightVat" => bool(FALSE) "next_product" => NULL "previous_product" => NULL "photo_size_medium_x" => int(285) "photo_size_large_x" => int(800) "layout" => string(101) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/@layout.phtml" "template" => object(Template) (7) ►{ 1 => string(21) "Kolečko pro sekačku" 2 => string(0) "" 3 => string(0) "" }
"Description" => array(3) ▼{ 1 => string(27) "II.jakost, kosmetické vady" 2 => string(0) "" 3 => string(0) "" }
"Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) ▼{ "critical" => object(MySet) (3) { ... } "error" => object(MySet) (2) { ... } "warning" => object(MySet) (2) { ... } "notice" => object(MySet) (2) { ... } "info" => object(MySet) (2) { ... } }
}{ "file" private => string(101) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/@layout.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) ▼
"_cb" => object(stdClass) (3) ▼{ 0 => array(2) { ... } }
"params" private => array(35) ►{ "component" => object(FrontEShop_ProductPresenter) (32) { ... } "control" => object(FrontEShop_ProductPresenter) (32) { ... } "presenter" => object(FrontEShop_ProductPresenter) (32) { ... } "baseUri" => string(1) "/" "basePath" => string(0) "" "flashes" => array(0) "isProductionMode" => bool(TRUE) "copyrightStartYear" => int(2010) "copyrightEndYear" => int(2024) "isUserAgentGoogleSiteVerification" => int(0) "isUserAgentIE" => int(0) "lang" => string(2) "cs" "css_bucket_main" => string(28) "/static/css/main/1446079082/" "js_bucket_main" => string(27) "/static/js/main/1446079094/" "LanguageID" => int(1) "action" => string(7) "product" "design" => string(4) "main" "module" => string(5) "eshop" "menu_categories" => array(7) { ... } "current_CategoryID" => bool(FALSE) "isAuthenticated" => bool(FALSE) "userIdentity" => NULL "cart_PriceVat" => int(0) "cart_PriceNoVat" => int(0) "cart_count" => int(0) "cart_highlightVat" => bool(FALSE) "Product" => object(Product) (28) { ... } "highlightVat" => bool(FALSE) "next_product" => NULL "previous_product" => NULL "photo_size_medium_x" => int(285) "photo_size_large_x" => int(800) "layout" => string(101) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/@layout.phtml" "template" => object(Template) (7) { *RECURSION* } "content_itemtype" => string(25) "http://schema.org/Product" }
"filters" private => array(0) "helpers" private => array(8) ►{ "escape" => object(Callback) (1) { ... } "escapeurl" => object(Callback) (1) { ... } "striptags" => object(Callback) (1) { ... } "nl2br" => object(Callback) (1) { ... } "substr" => object(Callback) (1) { ... } "repeat" => object(Callback) (1) { ... } "implode" => object(Callback) (1) { ... } "number" => object(Callback) (1) { ... } }
"helperLoaders" private => array(1) ▼{ 0 => object(Callback) (1) { ... } }
}{ "templates" => array(3) ▼
"content_itemtype" => string(25) "http://schema.org/Product" }{ "ccefd20b69" => object(Template) (7) { ... } "f3b0d5cc13" => object(Template) (7) { ... } "c5902ce6b5" => object(Template) (7) { ... } }
"extends" => string(101) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/@layout.phtml" "blocks" => array(6) ▼{ "title" => array(3) { ... } "header" => array(2) { ... } "content" => array(1) { ... } "header_before" => array(2) { ... } "pageheader" => array(2) { ... } "aside" => array(2) { ... } }
}Line 116: Cache::EXPIRE => self::$cacheExpire, Line 117: ) Line 118: ); Line 119: $cached = $cache[$key]; Line 120: } Line 121: Line 122: if ($cached !== NULL && self::$cacheStorage instanceof TemplateCacheStorage) { Line 123: LimitedScope::load($cached['file'], $this->getParams()); Line 124: fclose($cached['handle']); Line 125: Line 126: } else { Line 127: LimitedScope::evaluate($content, $this->getParams()); Line 128: } Line 129: } Line 130:
c-Nette.Template/_9e315c0600ef75babde614a5c1450202.default.phtml.php (178) source ► Template-> render ()
Line 171: Line 172: Line 173: <?php if (!$_cb->extends) { call_user_func(reset($_cb->blocks['header']), get_defined_vars()); } ?> Line 174: Line 175: <?php if (!$_cb->extends) { call_user_func(reset($_cb->blocks['content']), get_defined_vars()); } Line 176: } Line 177: Line 178: if ($_cb->extends) { ob_end_clean(); LatteMacros::includeTemplate($_cb->extends, get_defined_vars(), $template)->render(); } Line 179:
Loaders/LimitedScope.php (66) source ► include (arguments ►)
#0 string(133) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/tmp/c-Nette.Template/_9e315c0600ef75babde614a5c1450202.default.phtml.php"
Line 59: public static function load(/*$file, array $vars = NULL*/) Line 60: { Line 61: if (func_num_args() > 1) { Line 62: extract(func_get_arg(1)); Line 63: Line 64: Line 65: } Line 66: return include func_get_arg(0); Line 67: } Line 68: Line 69: }
Templates/Template.php (123) source ► LimitedScope:: load (arguments ►)
#0 string(133) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/tmp/c-Nette.Template/_9e315c0600ef75babde614a5c1450202.default.phtml.php"
#1 array(35) ►
{ "component" => object(FrontEShop_ProductPresenter) (32) ►
{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"control" => object(FrontEShop_ProductPresenter) (32) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"presenter" => object(FrontEShop_ProductPresenter) (32) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ "_ProductID" private => int(161) "_Product" private => object(Product) (28) ►
"baseUri" => string(1) "/" "basePath" => string(0) "" "flashes" => array(0) "isProductionMode" => bool(TRUE) "copyrightStartYear" => int(2010) "copyrightEndYear" => int(2024) "isUserAgentGoogleSiteVerification" => int(0) "isUserAgentIE" => int(0) "lang" => string(2) "cs" "css_bucket_main" => string(28) "/static/css/main/1446079082/" "js_bucket_main" => string(27) "/static/js/main/1446079094/" "LanguageID" => int(1) "action" => string(7) "product" "design" => string(4) "main" "module" => string(5) "eshop" "menu_categories" => array(7) ►{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) { ... } "Description" => array(3) { ... } "Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) { ... } }
"_LanguageID" protected => int(1) "oldLayoutMode" => bool(FALSE) "onShutdown" => NULL "oldModuleMode" => bool(TRUE) "request" private => object(PresenterRequest) (7) ►{ "method" private => string(3) "GET" "flags" private => array(1) { ... } "name" private => string(18) "FrontEShop:Product" "params" private => array(2) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(TRUE) }
"response" private => object(RenderResponse) (1) ▼{ "source" private => object(Template) (7) { ... } }
"phase" private => int(5) "autoCanonicalize" => bool(TRUE) "absoluteUrls" => bool(FALSE) "globalParams" private => array(0) "globalState" private => array(0) "globalStateSinces" private => array(0) "action" private => string(7) "default" "view" private => string(7) "default" "layout" private => NULL "payload" private => object(stdClass) (0) {} "signalReceiver" private => string(0) "" "signal" private => NULL "ajaxMode" private => bool(FALSE) "startupCheck" private => bool(TRUE) "lastCreatedRequest" private => object(PresenterRequest) (7) ►{ "method" private => string(7) "FORWARD" "flags" private => array(0) "name" private => string(9) "Front:Web" "params" private => array(3) { ... } "post" private => array(0) "files" private => array(0) "frozen" private => bool(FALSE) }
"lastCreatedRequestFlag" private => array(1) ▼{ "current" => bool(FALSE) }
"template" private => object(Template) (7) ►{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) { ... } "params" private => array(34) { ... } "filters" private => array(0) "helpers" private => array(8) { ... } "helperLoaders" private => array(1) { ... } }
"invalidSnippets" private => array(0) "params" protected => array(2) ▼{ "id" => string(3) "161" "action" => string(7) "default" }
"components" private => array(0) "cloning" private => NULL "parent" private => NULL "name" private => string(18) "FrontEShop:Product" "monitors" private => array(1) ▼{ "Presenter" => array(4) { ... } }
}{ 0 => object(DibiRow) (2) ▼
"current_CategoryID" => bool(FALSE) "isAuthenticated" => bool(FALSE) "userIdentity" => NULL "cart_PriceVat" => int(0) "cart_PriceNoVat" => int(0) "cart_count" => int(0) "cart_highlightVat" => bool(FALSE) "Product" => object(Product) (28) ►{ "CategoryID" => string(1) "1" "Name" => string(19) "Aktuální nabídka" }
1 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "2" "Name" => string(16) "Bezdušová kola" }
2 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "3" "Name" => string(22) "Těsnění, průchodky" }
3 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "4" "Name" => string(9) "Auto-moto" }
4 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "5" "Name" => string(5) "Hobby" }
5 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "6" "Name" => string(10) "Domácnost" }
6 => object(DibiRow) (2) ▼{ "CategoryID" => string(1) "7" "Name" => string(9) "Výprodej" }
}{ "ProductID" => string(3) "161" "CatalogNumber" => string(9) "513515294" "CategoryID" => array(0) "Name" => array(3) ▼
"highlightVat" => bool(FALSE) "next_product" => NULL "previous_product" => NULL "photo_size_medium_x" => int(285) "photo_size_large_x" => int(800) "layout" => string(101) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/@layout.phtml" "_extends" => string(101) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/@layout.phtml" "template" => object(Template) (7) ►{ 1 => string(21) "Kolečko pro sekačku" 2 => string(0) "" 3 => string(0) "" }
"Description" => array(3) ▼{ 1 => string(27) "II.jakost, kosmetické vady" 2 => string(0) "" 3 => string(0) "" }
"Barcode" => string(0) "" "TaxRateID" => string(1) "2" "UnitID" => string(1) "1" "CurrencyID" => string(1) "1" "WarehousePrice" => float(0) "WarehousePriceVat" => float(0) "RetailPrice" => float(23.97) "RetailPriceVat" => float(29) "RetailPriceOriginal" => float(23.97) "RetailPriceOriginalVat" => float(29) "WholesalePrice" => float(18.18) "WholesalePriceVat" => float(22) "WholesalePriceOriginal" => float(18.18) "WholesalePriceOriginalVat" => float(22) "Weight" => string(4) "450g" "Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm" "IsVisible" => bool(TRUE) "IsEditingVatPrice" => bool(TRUE) "HasDiscount" => bool(FALSE) "Note" => string(0) "" "HasPhoto" => string(1) "1" "UpdatedTimestamp" => int(1605108958) "_messages" private => object(Messages) (5) ▼{ "critical" => object(MySet) (3) { ... } "error" => object(MySet) (2) { ... } "warning" => object(MySet) (2) { ... } "notice" => object(MySet) (2) { ... } "info" => object(MySet) (2) { ... } }
}{ "file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml" "warnOnUndefined" => bool(TRUE) "onPrepareFilters" => array(1) ▼
}{ 0 => array(2) { ... } }
"params" private => array(34) ►{ "component" => object(FrontEShop_ProductPresenter) (32) { ... } "control" => object(FrontEShop_ProductPresenter) (32) { ... } "presenter" => object(FrontEShop_ProductPresenter) (32) { ... } "baseUri" => string(1) "/" "basePath" => string(0) "" "flashes" => array(0) "isProductionMode" => bool(TRUE) "copyrightStartYear" => int(2010) "copyrightEndYear" => int(2024) "isUserAgentGoogleSiteVerification" => int(0) "isUserAgentIE" => int(0) "lang" => string(2) "cs" "css_bucket_main" => string(28) "/static/css/main/1446079082/" "js_bucket_main" => string(27) "/static/js/main/1446079094/" "LanguageID" => int(1) "action" => string(7) "product" "design" => string(4) "main" "module" => string(5) "eshop" "menu_categories" => array(7) { ... } "current_CategoryID" => bool(FALSE) "isAuthenticated" => bool(FALSE) "userIdentity" => NULL "cart_PriceVat" => int(0) "cart_PriceNoVat" => int(0) "cart_count" => int(0) "cart_highlightVat" => bool(FALSE) "Product" => object(Product) (28) { ... } "highlightVat" => bool(FALSE) "next_product" => NULL "previous_product" => NULL "photo_size_medium_x" => int(285) "photo_size_large_x" => int(800) "layout" => string(101) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/@layout.phtml" "template" => object(Template) (7) { *RECURSION* } }
"filters" private => array(0) "helpers" private => array(8) ►{ "escape" => object(Callback) (1) { ... } "escapeurl" => object(Callback) (1) { ... } "striptags" => object(Callback) (1) { ... } "nl2br" => object(Callback) (1) { ... } "substr" => object(Callback) (1) { ... } "repeat" => object(Callback) (1) { ... } "implode" => object(Callback) (1) { ... } "number" => object(Callback) (1) { ... } }
"helperLoaders" private => array(1) ▼{ 0 => object(Callback) (1) { ... } }
}Line 116: Cache::EXPIRE => self::$cacheExpire, Line 117: ) Line 118: ); Line 119: $cached = $cache[$key]; Line 120: } Line 121: Line 122: if ($cached !== NULL && self::$cacheStorage instanceof TemplateCacheStorage) { Line 123: LimitedScope::load($cached['file'], $this->getParams()); Line 124: fclose($cached['handle']); Line 125: Line 126: } else { Line 127: LimitedScope::evaluate($content, $this->getParams()); Line 128: } Line 129: } Line 130:
Responses/RenderResponse.php (55) source ► Template-> render ()
Line 48: /** Line 49: * Sends response to output. Line 50: * @return void Line 51: */ Line 52: public function send() Line 53: { Line 54: if ($this->source instanceof ITemplate) { Line 55: $this->source->render(); Line 56: Line 57: } else { Line 58: echo $this->source; Line 59: } Line 60: } Line 61: Line 62: }
Application/Application.php (147) source ► RenderResponse-> send ()
Line 140: Line 141: // Send response Line 142: if ($response instanceof ForwardingResponse) { Line 143: $request = $response->getRequest(); Line 144: continue; Line 145: Line 146: } elseif ($response instanceof IPresenterResponse) { Line 147: $response->send(); Line 148: } Line 149: break; Line 150: Line 151: } catch (Exception $e) { Line 152: // fault barrier Line 153: if ($this->catchExceptions === NULL) { Line 154: $this->catchExceptions = Environment::isProduction();
My/Application.php (22) source ► Application-> run ()
Line 15: Line 16: public function run() { Line 17: Line 18: $this->onRequest[] = array($this, 'fireBeforeRequest'); Line 19: Line 20: $this->getHttpResponse()->setContentType('text/html', Environment::getVariable('encoding')); Line 21: Line 22: parent::run(); Line 23: } Line 24: Line 25: public function fireBeforeRequest() { Line 26: // mk 2010-02-04 23:43:40: Zbavme se hlavičky "Powered-by: Nette" Line 27: $this->getHttpResponse()->setHeader('X-Powered-By', ''); Line 28: } Line 29:
php-include/bootstrap.php (150) source ► My_Application-> run ()
Line 143: //require 'E:/WWW/libraries/nette-php52/trunk/tools/RoutingDebugger/RoutingDebugger.php'; Line 144: //RoutingDebugger::enable(); //die(); Line 145: Line 146: /** Line 147: * Run! Line 148: */ Line 149: $application = Environment::getApplication(); Line 150: $application->run(); Line 151:
teguza.cz/index.php (26) source ► require_once (arguments ►)
#0 string(74) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/bootstrap.php"
Line 19: Line 20: /** Line 21: * Absolutní adresářová cesta ke složce s knihovnami Line 22: */ Line 23: define('LIBS_DIR', WWW_DIR .'/php-include'); Line 24: Line 25: // Načtěme bootstrap Line 26: require_once(APP_DIR.'/bootstrap.php'); Line 27:
Variables ►
$CategoryID | bool(FALSE)
|
---|
Nette Application ►
Requests
array(1) ▼ {
0 => object(PresenterRequest) (7) ► {
"method" private => string(3) "GET"
"flags" private => array(1) ▼ {
"secured" => bool(FALSE)
}
"name" private => string(18) "FrontEShop:Product"
"params" private => array(2) ▼ {
"id" => string(3) "161"
"action" => string(7) "default"
}
"post" private => array(0)
"files" private => array(0)
"frozen" private => bool(TRUE)
}
}
Presenter
object(FrontEShop_ProductPresenter) (32) ► {
"_ProductID" private => int(161)
"_Product" private => object(Product) (28) ► {
"ProductID" => string(3) "161"
"CatalogNumber" => string(9) "513515294"
"CategoryID" => array(0)
"Name" => array(3) ▼ {
1 => string(21) "Kolečko pro sekačku"
2 => string(0) ""
3 => string(0) ""
}
"Description" => array(3) ▼ {
1 => string(27) "II.jakost, kosmetické vady"
2 => string(0) ""
3 => string(0) ""
}
"Barcode" => string(0) ""
"TaxRateID" => string(1) "2"
"UnitID" => string(1) "1"
"CurrencyID" => string(1) "1"
"WarehousePrice" => float(0)
"WarehousePriceVat" => float(0)
"RetailPrice" => float(23.97)
"RetailPriceVat" => float(29)
"RetailPriceOriginal" => float(23.97)
"RetailPriceOriginalVat" => float(29)
"WholesalePrice" => float(18.18)
"WholesalePriceVat" => float(22)
"WholesalePriceOriginal" => float(18.18)
"WholesalePriceOriginalVat" => float(22)
"Weight" => string(4) "450g"
"Size" => string(99) "celopryžové kolečko, plastový střed na hřídel 8 mm, vnější průměr 100 mm, šíře 66 mm"
"IsVisible" => bool(TRUE)
"IsEditingVatPrice" => bool(TRUE)
"HasDiscount" => bool(FALSE)
"Note" => string(0) ""
"HasPhoto" => string(1) "1"
"UpdatedTimestamp" => int(1605108958)
"_messages" private => object(Messages) (5) ▼ {
"critical" => object(MySet) (3) {
...
}
"error" => object(MySet) (2) {
...
}
"warning" => object(MySet) (2) {
...
}
"notice" => object(MySet) (2) {
...
}
"info" => object(MySet) (2) {
...
}
}
}
"_LanguageID" protected => int(1)
"oldLayoutMode" => bool(FALSE)
"onShutdown" => NULL
"oldModuleMode" => bool(TRUE)
"request" private => object(PresenterRequest) (7) ► {
"method" private => string(3) "GET"
"flags" private => array(1) ▼ {
"secured" => bool(FALSE)
}
"name" private => string(18) "FrontEShop:Product"
"params" private => array(2) ▼ {
"id" => string(3) "161"
"action" => string(7) "default"
}
"post" private => array(0)
"files" private => array(0)
"frozen" private => bool(TRUE)
}
"response" private => object(RenderResponse) (1) ▼ {
"source" private => object(Template) (7) ► {
"file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml"
"warnOnUndefined" => bool(TRUE)
"onPrepareFilters" => array(1) {
...
}
"params" private => array(34) {
...
}
"filters" private => array(0)
"helpers" private => array(8) {
...
}
"helperLoaders" private => array(1) {
...
}
}
}
"phase" private => int(5)
"autoCanonicalize" => bool(TRUE)
"absoluteUrls" => bool(FALSE)
"globalParams" private => array(0)
"globalState" private => array(0)
"globalStateSinces" private => array(0)
"action" private => string(7) "default"
"view" private => string(7) "default"
"layout" private => NULL
"payload" private => object(stdClass) (0) {}
"signalReceiver" private => string(0) ""
"signal" private => NULL
"ajaxMode" private => bool(FALSE)
"startupCheck" private => bool(TRUE)
"lastCreatedRequest" private => object(PresenterRequest) (7) ► {
"method" private => string(7) "FORWARD"
"flags" private => array(0)
"name" private => string(9) "Front:Web"
"params" private => array(3) ▼ {
"id" => string(9) "513515294"
"x" => int(285)
"action" => string(8) "GetPhoto"
}
"post" private => array(0)
"files" private => array(0)
"frozen" private => bool(FALSE)
}
"lastCreatedRequestFlag" private => array(1) ▼ {
"current" => bool(FALSE)
}
"template" private => object(Template) (7) ► {
"file" private => string(109) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/Product/default.phtml"
"warnOnUndefined" => bool(TRUE)
"onPrepareFilters" => array(1) ▼ {
0 => array(2) {
...
}
}
"params" private => array(34) ► {
"component" => object(FrontEShop_ProductPresenter) (32) {
*RECURSION*
}
"control" => object(FrontEShop_ProductPresenter) (32) {
*RECURSION*
}
"presenter" => object(FrontEShop_ProductPresenter) (32) {
*RECURSION*
}
"baseUri" => string(1) "/"
"basePath" => string(0) ""
"flashes" => array(0)
"isProductionMode" => bool(TRUE)
"copyrightStartYear" => int(2010)
"copyrightEndYear" => int(2024)
"isUserAgentGoogleSiteVerification" => int(0)
"isUserAgentIE" => int(0)
"lang" => string(2) "cs"
"css_bucket_main" => string(28) "/static/css/main/1446079082/"
"js_bucket_main" => string(27) "/static/js/main/1446079094/"
"LanguageID" => int(1)
"action" => string(7) "product"
"design" => string(4) "main"
"module" => string(5) "eshop"
"menu_categories" => array(7) {
...
}
"current_CategoryID" => bool(FALSE)
"isAuthenticated" => bool(FALSE)
"userIdentity" => NULL
"cart_PriceVat" => int(0)
"cart_PriceNoVat" => int(0)
"cart_count" => int(0)
"cart_highlightVat" => bool(FALSE)
"Product" => object(Product) (28) {
...
}
"highlightVat" => bool(FALSE)
"next_product" => NULL
"previous_product" => NULL
"photo_size_medium_x" => int(285)
"photo_size_large_x" => int(800)
"layout" => string(101) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/templates/FrontEShopModule/@layout.phtml"
"template" => object(Template) (7) {
*RECURSION*
}
}
"filters" private => array(0)
"helpers" private => array(8) ► {
"escape" => object(Callback) (1) {
...
}
"escapeurl" => object(Callback) (1) {
...
}
"striptags" => object(Callback) (1) {
...
}
"nl2br" => object(Callback) (1) {
...
}
"substr" => object(Callback) (1) {
...
}
"repeat" => object(Callback) (1) {
...
}
"implode" => object(Callback) (1) {
...
}
"number" => object(Callback) (1) {
...
}
}
"helperLoaders" private => array(1) ▼ {
0 => object(Callback) (1) {
...
}
}
}
"invalidSnippets" private => array(0)
"params" protected => array(2) ▼ {
"id" => string(3) "161"
"action" => string(7) "default"
}
"components" private => array(0)
"cloning" private => NULL
"parent" private => NULL
"name" private => string(18) "FrontEShop:Product"
"monitors" private => array(1) ▼ {
"Presenter" => array(4) ▼ {
0 => NULL
1 => NULL
2 => NULL
3 => bool(TRUE)
}
}
}
Environment ►
Constants ▼
WWW_DIR | string(48) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz"
|
---|---|
APP_DIR | string(60) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include"
|
LIBS_DIR | string(60) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include"
|
APP_NAME | string(6) "Teguza"
|
CACHE_APP_PREFIX | string(6) "Teguza"
|
TEGUZA_LANGUAGE_DEFAULT | int(1)
|
ADDRESS_DEFAULT_COUNTRY_ID | string(2) "CZ"
|
PRODUCT_PHOTO_DIR | string(70) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/static/photos/product"
|
PRODUCT_NEW_PHOTO_DIR_PART | string(22) "admin-tools/photos-new"
|
PRODUCT_NEW_PHOTO_DIR | string(71) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/admin-tools/photos-new"
|
PRODUCT_PHOTO_SIZE_LARGE_X | int(800)
|
PRODUCT_PHOTO_SIZE_MEDIUM_X | int(285)
|
PRODUCT_PHOTO_SIZE_SMALL_X | int(150)
|
PRODUCT_PAGE_LAST_MODIFIED | int(1278547800)
|
Included files ►(135)
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/index.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/bootstrap.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/loader.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/exceptions.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Framework.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Object.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/ObjectMixin.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Callback.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Loaders/LimitedScope.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Loaders/AutoLoader.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Loaders/NetteLoader.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/My/Caching/DibiMysqlStorage.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Caching/ICacheStorage.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Environment.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Configurator.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Config/Config.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Collections/Hashtable.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Collections/Collection.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Collections/ICollection.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Collections/IMap.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Config/ConfigAdapterIni.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Config/IConfigAdapter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Tools.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/ArrayTools.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/ServiceLocator.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/IServiceLocator.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Loaders/RobotLoader.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Caching/Cache.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Debug.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/My/Application.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/Application.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/dibi.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/Nette/IDebuggable.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/libs/interfaces.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/libs/DibiObject.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/libs/DibiException.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/libs/DibiConnection.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/libs/DibiResult.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/libs/DibiResultIterator.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/libs/DibiRow.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/libs/DibiTranslator.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/libs/DibiVariable.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/libs/DibiDataSource.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/libs/DibiFluent.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/libs/DibiDatabaseInfo.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/libs/DibiProfiler.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/dibi/drivers/mysqli.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/Routers/Route.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/IRouter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/Routers/MultiRouter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Collections/ArrayList.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Collections/IList.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Web/HttpResponse.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Web/IHttpResponse.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Web/HttpRequest.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Web/IHttpRequest.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Web/UriScript.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Web/Uri.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/FreezableObject.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/String.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Reflection/ClassReflection.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Reflection/PropertyReflection.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontEShopModule/RouteFilter/Product.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/PresenterRequest.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/PresenterLoader.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/IPresenterLoader.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontEShopModule/presenters/ProductPresenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontEShopModule/FrontEShopPresenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/My/Presenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/Presenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/Control.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/PresenterComponent.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/ComponentContainer.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Component.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/IComponent.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/IComponentContainer.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/ISignalReceiver.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/IStatePersistent.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/IRenderable.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/IPresenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/PresenterComponentReflection.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Reflection/AnnotationsParser.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Reflection/MethodReflection.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Teguza/Product.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Teguza/Language.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Messages.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Event.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Set.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Collections/Set.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Collections/ISet.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/InstanceFilterIterator.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/My/Tools.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Templates/Template.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Templates/BaseTemplate.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Templates/ITemplate.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Templates/IFileTemplate.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/MinifyModule/presenters/CssPresenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/MinifyModule/MinifyPresenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/My/Minifier/Css.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/My/Minifier.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/MinifyModule/presenters/JsPresenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/My/Minifier/Js.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontEShopModule/Authentication.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Web/User.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Web/IUser.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontEShopModule/Authentication/Authenticator.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Security/IAuthenticator.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Security/AuthenticationException.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Web/Session.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Web/SessionNamespace.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/Responses/RenderResponse.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/IPresenterResponse.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Application/Exceptions/AbortException.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Templates/TemplateCacheStorage.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Caching/FileStorage.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/tmp/c-Nette.Template/_9e315c0600ef75babde614a5c1450202.default.phtml.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Templates/Filters/LatteMacros.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Templates/Filters/SnippetHelper.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/tmp/c-Nette.Template/_9b6a8cfe4c3a0ace0fe73f9d0023e4f8.%40layout.phtml.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/tmp/c-Nette.Template/_b4ba7d0f7fa617ec71c31c13c3580a3a.%40layout.phtml.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Templates/Filters/TemplateHelpers.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Teguza/Seo.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontModule/presenters/WebPresenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontModule/FrontPresenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontEShopModule/presenters/CartPresenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/SmartCachingIterator.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontEShopModule/presenters/CategoryPresenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontEShopModule/RouteFilter/Category.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontEShopModule/presenters/SearchPresenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontEShopModule/presenters/LoginPresenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontEShopModule/presenters/RegistrationPresenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontEShopModule/presenters/TradingTermsPresenter.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/FrontModule/RouteFilter/ProductPhoto.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Teguza/Category.php |
/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/php-include/Nette/Debug.templates/bluescreen.phtml |
$_SERVER
REDIRECT_UNIQUE_ID | string(24) "ZwzIN38AAAEAABcagKYAAAAA"
|
---|---|
REDIRECT_STATUS | string(3) "200"
|
UNIQUE_ID | string(24) "ZwzIN38AAAEAABcagKYAAAAA"
|
HTTP_HOST | string(13) "www.teguza.cz"
|
HTTP_X_REAL_IP | string(11) "3.239.3.196"
|
HTTP_X_REAL_PORT | string(2) "80"
|
HTTP_X_REAL_PROTOCOL | string(8) "HTTP/1.1"
|
HTTP_X_FORWARDED_PORT | string(2) "80"
|
HTTP_X_FORWARDED_PROTO | string(4) "http"
|
HTTP_CONNECTION | string(5) "close"
|
HTTP_USER_AGENT | string(40) "CCBot/2.0 (https://commoncrawl.org/faq/)"
|
HTTP_ACCEPT | string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
|
HTTP_ACCEPT_LANGUAGE | string(14) "en-US,en;q=0.5"
|
HTTP_IF_MODIFIED_SINCE | string(29) "Sun, 21 Apr 2024 04:21:26 GMT"
|
HTTP_ACCEPT_ENCODING | string(7) "br,gzip"
|
PATH | string(90) "/bin:/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
|
SERVER_SIGNATURE | string(0) ""
|
SERVER_SOFTWARE | string(6) "Apache"
|
SERVER_NAME | string(13) "www.teguza.cz"
|
SERVER_ADDR | string(10) "10.0.73.39"
|
SERVER_PORT | string(2) "80"
|
REMOTE_ADDR | string(11) "3.239.3.196"
|
DOCUMENT_ROOT | string(48) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz"
|
REQUEST_SCHEME | string(4) "http"
|
CONTEXT_PREFIX | string(0) ""
|
CONTEXT_DOCUMENT_ROOT | string(48) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz"
|
SERVER_ADMIN | string(16) "teguza@teguza.cz"
|
SCRIPT_FILENAME | string(58) "/mnt/data/accounts/t/teguzacz/data/www/teguza.cz/index.php"
|
REMOTE_PORT | string(5) "44382"
|
REDIRECT_URL | string(43) "/e-shop/p161-kolecko-pro-sekacku-513515294/"
|
GATEWAY_INTERFACE | string(7) "CGI/1.1"
|
SERVER_PROTOCOL | string(8) "HTTP/1.1"
|
REQUEST_METHOD | string(3) "GET"
|
QUERY_STRING | string(0) ""
|
REQUEST_URI | string(43) "/e-shop/p161-kolecko-pro-sekacku-513515294/"
|
SCRIPT_NAME | string(10) "/index.php"
|
PHP_SELF | string(10) "/index.php"
|
REQUEST_TIME | int(1728890935)
|
argv | array(0)
|
argc | int(0)
|
HTTP request ►
Headers
Host | www.teguza.cz |
---|---|
X-Real-IP | 3.239.3.196 |
X-Real-Port | 80 |
X-Real-Protocol | HTTP/1.1 |
X-Forwarded-Port | 80 |
X-Forwarded-Proto | http |
Connection | close |
User-Agent | CCBot/2.0 (https://commoncrawl.org/faq/) |
Accept | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
Accept-Language | en-US,en;q=0.5 |
If-Modified-Since | Sun, 21 Apr 2024 04:21:26 GMT |
Accept-Encoding | br,gzip |
$_GET
empty
$_POST
empty
$_COOKIE
empty
HTTP response ►
Headers
Content-Type: text/html; charset=UTF-8
X-Powered-By:
Vary: User-Agent
Set-Cookie: PHPSESSID=7e3503be58d3898650fce2627dbc39b7; path=/; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=7e3503be58d3898650fce2627dbc39b7; path=/; httponly
Set-Cookie: nette-browser=0.418283702565; path=/; httponly
- Report generated at 2024/10/14 09:28:55
- http://www.teguza.cz/e-shop/p161-kolecko-pro-sekacku-513515294/
- PHP 5.3.29-pl0-gentoo
- Apache
- Nette Framework 0.9.3 (revision 2ce0ca6 released on 2010-02-02)
- Number of SQL queries: 19, elapsed time: 4.182 ms
- dibi 1.3-dev (revision 4235b35 released on 2009-10-06)