APPPATH/views/fotogalerie/main.php [ 17 ]
12
13 if (!empty($items)) {
14 echo "<div class='photogallery'>\n";
15
16 foreach ($items as $item) {
17 $link = HTML::image("/gallery/fit-410/{$item['ico']['filename']}", array('alt' => $item['title']));
18 $link .= "<div><strong>{$item['title']}</strong>\n";
19
20 if (empty($item['date_to'])) {
21 $link .= date('j.n.Y', strtotime($item['date_from']));
22 } else {
APPPATH/views/fotogalerie/main.php [ 17 ]» Kohana_Core::error_handler(arguments)
0
integer 2
1
string(51) "Trying to access array offset on value of type null"
2
string(76) "/home/html/sk-skol.cz/public_html/www/application/views/fotogalerie/main.php"
3
integer 17
12 13 if (!empty($items)) {14 echo "<div class='photogallery'>\n";15 16 foreach ($items as $item) {17$link = HTML::image("/gallery/fit-410/{$item['ico']['filename']}", array('alt' => $item['title']));18 $link .= "<div><strong>{$item['title']}</strong>\n";19 20 if (empty($item['date_to'])) {21 $link .= date('j.n.Y', strtotime($item['date_from']));22 } else {
SYSPATH/classes/Kohana/View.php [ 62 ]» include(arguments)
0
string(76) "/home/html/sk-skol.cz/public_html/www/application/views/fotogalerie/main.php"
57ob_start();58 59try60{61// Load the view within the current scope62include $kohana_view_filename;63}64catch (Exception $e)65{66// Delete the output buffer67ob_end_clean();
SYSPATH/classes/Kohana/View.php [ 359 ]» Kohana_View::capture(arguments)
0
string(76) "/home/html/sk-skol.cz/public_html/www/application/views/fotogalerie/main.php"
1
array(4) ( "items" => array(4) ( 0 => array(13) ( "id" => string(1) "3" "lang" => string(2) "cs" "active" => string(1) "1" "title" => string(7) "Jizerky" "autoseo" => string(1) "1" "seo_url" => string(7) "jizerky" "date_from" => string(19) "2008-01-12 00:00:00" "date_to" => string(19) "2008-01-13 00:00:00" "perex" => NULL "body" => string(0) "" "youtube_codes" => string(0) "" "full_url" => string(19) "fotogalerie/jizerky" "ico" => array(3) ( "id" => string(2) "78" "filename" => string(15) "jizerky-001.jpg" "description" => string(15) "jizerky-001.jpg" ) ) 1 => array(13) ( "id" => string(1) "4" "lang" => string(2) "cs" "active" => string(1) "1" "title" => string(8) "Zinnwald" "autoseo" => string(1) "1" "seo_url" => string(8) "zinnwald" "date_from" => string(19) "2007-11-16 00:00:00" "date_to" => string(19) "2007-11-18 00:00:00" "perex" => NULL "body" => string(0) "" "youtube_codes" => string(0) "" "full_url" => string(20) "fotogalerie/zinnwald" "ico" => array(3) ( "id" => string(2) "85" "filename" => string(16) "zinnwald-001.jpg" "description" => string(0) "" ) ) 2 => array(13) ( "id" => string(3) "270" "lang" => string(2) "cs" "active" => string(1) "1" "title" => string(16) "Čertova stezka " "autoseo" => string(1) "1" "seo_url" => string(16) "certova-stezka-2" "date_from" => NULL "date_to" => string(19) "2021-10-02 00:00:00" "perex" => string(0) "" "body" => string(0) "" "youtube_codes" => string(0) "" "full_url" => string(28) "fotogalerie/certova-stezka-2" "ico" => NULL ) 3 => array(13) ( "id" => string(3) "278" "lang" => string(2) "cs" "active" => string(1) "1" "title" => string(38) "Jehnice + Lesná na sněhu + bruslení" "autoseo" => string(1) "1" "seo_url" => string(31) "jehnice-lesna-na-snehu-brusleni" "date_from" => NULL "date_to" => NULL "perex" => string(38) "Opožděný souhrn pár fotek a videí" "body" => string(169) "<p>Běh o pohár Jehnice, 17. 11. 2021</p> <p>Trénink nejmenších na Lesné na lyžích, 14. 12. 2021</p> <p>Předvánoční bruslení za L …" "youtube_codes" => string(11) "uFoXHHxENOM" "full_url" => string(43) "fotogalerie/jehnice-lesna-na-snehu-brusleni" "ico" => array(3) ( "id" => string(4) "7035" "filename" => string(32) "brusleni_2021-12-21_dsc_4057.jpg" "description" => string(25) "Předvánoční bruslení" ) ) ) "all_years" => array(19) ( 0 => string(8) "- vše -" 1970 => string(4) "1970" 2007 => string(4) "2007" 2008 => string(4) "2008" 2009 => string(4) "2009" 2010 => string(4) "2010" 2011 => string(4) "2011" 2012 => string(4) "2012" 2013 => string(4) "2013" 2014 => string(4) "2014" 2015 => string(4) "2015" 2016 => string(4) "2016" 2017 => string(4) "2017" 2018 => string(4) "2018" 2019 => string(4) "2019" 2020 => string(4) "2020" 2021 => string(4) "2021" 2022 => string(4) "2022" 2023 => string(4) "2023" ) "pagination" => object Pagination(15)
{ protected config => array(6) ( "total_items" => integer 319 "items_per_page" => integer 15 "view" => string(20) "pagination/bootstrap" "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(4) "page" ) "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) protected current_page => integer 22 protected total_items => integer 319 protected items_per_page => integer 15 protected total_pages => integer 22 protected current_first_item => integer 316 protected current_last_item => integer 319 protected previous_page => integer 21 protected next_page => bool FALSE protected first_page => integer 1 protected last_page => bool FALSE protected offset => integer 315 protected _request => object Request(19)
"selected_year" => NULL ){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
protected _route => object Route(5){ protected _filters => array(1) ( 0 => object Closure(1)
protected _routes => array(0) protected _header => object HTTP_Header(0){ public 0 => object Closure(1) { *RECURSION* } }
) protected _uri => string(26) "(<controller>(/<seo_url>))" protected _regex => array(1) ( "seo_url" => string(12) "[0-9a-z-\.]+" ) protected _defaults => array(2) ( "controller" => string(5) "Index" "action" => string(5) "index" ) protected _route_regex => string(70) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<seo_url>[0-9a-z-\.]+))?)?$#uD" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(11) "Fotogalerie" protected _action => string(5) "index" protected _uri => string(11) "fotogalerie" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "page" => string(2) "22" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) protected _previous_environment => NULL }
}{ protected _filters => array(1) ( 0 => object Closure(1)
protected _route_params => array(3) ( "controller" => string(11) "fotogalerie" "action" => string(5) "index" "directory" => string(0) "" ) }{ public 0 => object Closure(1) { *RECURSION* } }
) protected _uri => string(26) "(<controller>(/<seo_url>))" protected _regex => array(1) ( "seo_url" => string(12) "[0-9a-z-\.]+" ) protected _defaults => array(2) ( "controller" => string(5) "Index" "action" => string(5) "index" ) protected _route_regex => string(70) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<seo_url>[0-9a-z-\.]+))?)?$#uD" }354{355throw new View_Exception('You must set the file to use within your view before rendering');356}357 358// Combine local and global data and capture the output359return View::capture($this->_file, $this->_data);360}361 362 }
SYSPATH/classes/Kohana/View.php [ 236 ]» Kohana_View->render()
231 */232public function __toString()233{234try235{236return $this->render();237}238catch (Exception $e)239{240/**241 * Display the exception message.
APPPATH/views/template.php [ 55 ]» Kohana_View->__toString()
50 <link rel="apple-touch-icon" href="/assets/images/favicon/apple-touch-icon-76x76.png" sizes="76x76">51 </head>52 <body>53 <div id="body_resyst_container">54 <?= $header ?>55 <?= $content ?>56 <?= $footer ?>57 </div>58 <?php59 if (!empty($m_js)) {60 foreach ($m_js as $js) {
SYSPATH/classes/Kohana/View.php [ 62 ]» include(arguments)
0
string(68) "/home/html/sk-skol.cz/public_html/www/application/views/template.php"
57ob_start();58 59try60{61// Load the view within the current scope62include $kohana_view_filename;63}64catch (Exception $e)65{66// Delete the output buffer67ob_end_clean();
SYSPATH/classes/Kohana/View.php [ 359 ]» Kohana_View::capture(arguments)
0
string(68) "/home/html/sk-skol.cz/public_html/www/application/views/template.php"
1
array(12) ( "title" => string(45) "Fotogalerie | SK SKOL Brno - běh na lyžích" "content" => object View(2)
{ protected _file => string(76) "/home/html/sk-skol.cz/public_html/www/application/views/fotogalerie/main.php" protected _data => array(4) ( "items" => array(4) ( 0 => array(13) ( "id" => string(1) "3" "lang" => string(2) "cs" "active" => string(1) "1" "title" => string(7) "Jizerky" "autoseo" => string(1) "1" "seo_url" => string(7) "jizerky" "date_from" => string(19) "2008-01-12 00:00:00" "date_to" => string(19) "2008-01-13 00:00:00" "perex" => NULL "body" => string(0) "" "youtube_codes" => string(0) "" "full_url" => string(19) "fotogalerie/jizerky" "ico" => array(3) ( "id" => string(2) "78" "filename" => string(15) "jizerky-001.jpg" "description" => string(15) "jizerky-001.jpg" ) ) 1 => array(13) ( "id" => string(1) "4" "lang" => string(2) "cs" "active" => string(1) "1" "title" => string(8) "Zinnwald" "autoseo" => string(1) "1" "seo_url" => string(8) "zinnwald" "date_from" => string(19) "2007-11-16 00:00:00" "date_to" => string(19) "2007-11-18 00:00:00" "perex" => NULL "body" => string(0) "" "youtube_codes" => string(0) "" "full_url" => string(20) "fotogalerie/zinnwald" "ico" => array(3) ( "id" => string(2) "85" "filename" => string(16) "zinnwald-001.jpg" "description" => string(0) "" ) ) 2 => array(13) ( "id" => string(3) "270" "lang" => string(2) "cs" "active" => string(1) "1" "title" => string(16) "Čertova stezka " "autoseo" => string(1) "1" "seo_url" => string(16) "certova-stezka-2" "date_from" => NULL "date_to" => string(19) "2021-10-02 00:00:00" "perex" => string(0) "" "body" => string(0) "" "youtube_codes" => string(0) "" "full_url" => string(28) "fotogalerie/certova-stezka-2" "ico" => NULL ) 3 => array(13) ( "id" => string(3) "278" "lang" => string(2) "cs" "active" => string(1) "1" "title" => string(38) "Jehnice + Lesná na sněhu + bruslení" "autoseo" => string(1) "1" "seo_url" => string(31) "jehnice-lesna-na-snehu-brusleni" "date_from" => NULL "date_to" => NULL "perex" => string(38) "Opožděný souhrn pár fotek a videí" "body" => string(169) "<p>Běh o pohár Jehnice, 17. 11. 2021</p> <p>Trénink nejmenších na Lesné na lyžích, 14. 12. 2021</p> <p>Předvánoční bruslení za L …" "youtube_codes" => string(11) "uFoXHHxENOM" "full_url" => string(43) "fotogalerie/jehnice-lesna-na-snehu-brusleni" "ico" => array(3) ( "id" => string(4) "7035" "filename" => string(32) "brusleni_2021-12-21_dsc_4057.jpg" "description" => string(25) "Předvánoční bruslení" ) ) ) "all_years" => array(19) ( 0 => string(8) "- vše -" 1970 => string(4) "1970" 2007 => string(4) "2007" 2008 => string(4) "2008" 2009 => string(4) "2009" 2010 => string(4) "2010" 2011 => string(4) "2011" 2012 => string(4) "2012" 2013 => string(4) "2013" 2014 => string(4) "2014" 2015 => string(4) "2015" 2016 => string(4) "2016" 2017 => string(4) "2017" 2018 => string(4) "2018" 2019 => string(4) "2019" 2020 => string(4) "2020" 2021 => string(4) "2021" 2022 => string(4) "2022" 2023 => string(4) "2023" ) "pagination" => object Pagination(15)
"header" => object View(2){ protected config => array(6) ( "total_items" => integer 319 "items_per_page" => integer 15 "view" => string(20) "pagination/bootstrap" "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(4) "page" ) "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) protected current_page => integer 22 protected total_items => integer 319 protected items_per_page => integer 15 protected total_pages => integer 22 protected current_first_item => integer 316 protected current_last_item => integer 319 protected previous_page => integer 21 protected next_page => bool FALSE protected first_page => integer 1 protected last_page => bool FALSE protected offset => integer 315 protected _request => object Request(19)
"selected_year" => NULL ) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
protected _route => object Route(5){ protected _filters => array(1) ( 0 => object Closure(1)
protected _routes => array(0) protected _header => object HTTP_Header(0){ public 0 => object Closure(1) { *RECURSION* } }
) protected _uri => string(26) "(<controller>(/<seo_url>))" protected _regex => array(1) ( "seo_url" => string(12) "[0-9a-z-\.]+" ) protected _defaults => array(2) ( "controller" => string(5) "Index" "action" => string(5) "index" ) protected _route_regex => string(70) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<seo_url>[0-9a-z-\.]+))?)?$#uD" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(11) "Fotogalerie" protected _action => string(5) "index" protected _uri => string(11) "fotogalerie" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "page" => string(2) "22" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) protected _previous_environment => NULL }
}{ protected _filters => array(1) ( 0 => object Closure(1)
protected _route_params => array(3) ( "controller" => string(11) "fotogalerie" "action" => string(5) "index" "directory" => string(0) "" ) }{ public 0 => object Closure(1) { *RECURSION* } }
) protected _uri => string(26) "(<controller>(/<seo_url>))" protected _regex => array(1) ( "seo_url" => string(12) "[0-9a-z-\.]+" ) protected _defaults => array(2) ( "controller" => string(5) "Index" "action" => string(5) "index" ) protected _route_regex => string(70) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<seo_url>[0-9a-z-\.]+))?)?$#uD" }{ protected _file => string(66) "/home/html/sk-skol.cz/public_html/www/application/views/header.php" protected _data => array(1) ( "menu" => object Model_Menu(10)
"footer" => object View(2){ protected items => array(6) ( "o-skolu" => string(7) "O SKOLu" "plan-cinnosti" => string(15) "Plán činnosti" "nabor-clenu" => string(14) "Nábor členů" "fotogalerie" => string(11) "Fotogalerie" "vysledky" => string(9) "Výsledky" "kontakty" => string(8) "Kontakty" ) protected view => string(16) "html5-multilevel" protected id => NULL protected class => NULL protected ul_id => NULL protected ul_class => NULL protected role => string(10) "navigation" protected aria_label => string(12) "Hlavní menu" protected active_url => string(11) "fotogalerie" protected start_at_second_level => bool FALSE }
) }{ protected _file => string(66) "/home/html/sk-skol.cz/public_html/www/application/views/footer.php" protected _data => array(0) }
"description" => string(45) "SK SKOL Brno - běh na lyžích | Fotogalerie" "m_css" => array(2) ( "assets/css/screen.css?v=1" => string(6) "screen" "resyst/assets/css/resyst-popup.css?v=1" => string(6) "screen" ) "m_js" => array(4) ( 0 => string(40) "resyst/assets/js/jquery.1.9.1.min.js?v=1" 1 => string(43) "resyst/assets/js/resyst-frontend.min.js?v=1" 2 => string(40) "resyst/assets/js/resyst-popup.min.js?v=1" 3 => string(23) "assets/js/js.min.js?v=1" ) "m_links" => array(1) ( 0 => array(2) ( "rel" => string(4) "prev" "href" => string(42) "https://www.sk-skol.cz/fotogalerie?page=21" ) ) "m_meta" => array(0) "m_meta_robots_default" => string(13) "index, follow" "m_js_code" => array(0) "breadcrumb" => array(1) ( 0 => array(2) ( "title" => string(11) "Fotogalerie" "seo_url" => string(11) "fotogalerie" ) ) )354{355throw new View_Exception('You must set the file to use within your view before rendering');356}357 358// Combine local and global data and capture the output359return View::capture($this->_file, $this->_data);360}361 362 }
SYSPATH/classes/Kohana/Controller/Template.php [ 44 ]» Kohana_View->render()
39 */40public function after()41{42if ($this->auto_render === TRUE)43{44$this->response->body($this->template->render());45}46 47parent::after();48}49
SYSPATH/classes/Controller/Resyst/Pagebase.php [ 371 ]» Kohana_Controller_Template->after()
366 367 $this->setSeo();368 369 $this->performRedirect();370 371 parent::after();372 }373 }374 }
SYSPATH/classes/Kohana/Controller.php [ 87 ]» Controller_Resyst_Pagebase->after()
82 83// Execute the action itself84$this->{$action}();85 86// Execute the "after action" method87$this->after();88 89// Return the response90return $this->response;91}92
{PHP internal call}» Kohana_Controller->execute()
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ]» ReflectionMethod->invoke(arguments)
0
object Controller_Fotogalerie(15)
{ public request => object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(1) ( 0 => object Closure(1)
protected _routes => array(0) protected _header => object HTTP_Header(0){ public 0 => object Closure(1) { *RECURSION* } }
) protected _uri => string(26) "(<controller>(/<seo_url>))" protected _regex => array(1) ( "seo_url" => string(12) "[0-9a-z-\.]+" ) protected _defaults => array(2) ( "controller" => string(5) "Index" "action" => string(5) "index" ) protected _route_regex => string(70) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<seo_url>[0-9a-z-\.]+))?)?$#uD" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(11) "Fotogalerie" protected _action => string(5) "index" protected _uri => string(11) "fotogalerie" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "page" => string(2) "22" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) protected _previous_environment => NULL }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
public template => object View(2){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _file => string(68) "/home/html/sk-skol.cz/public_html/www/application/views/template.php" protected _data => array(12) ( "title" => string(45) "Fotogalerie | SK SKOL Brno - běh na lyžích" "content" => object View(2)
public auto_render => bool TRUE protected site_title => string(31) "SK SKOL Brno - běh na lyžích" public m_css => array(2) ( "assets/css/screen.css?v=1" => string(6) "screen" "resyst/assets/css/resyst-popup.css?v=1" => string(6) "screen" ) public m_js => array(4) ( 0 => string(40) "resyst/assets/js/jquery.1.9.1.min.js?v=1" 1 => string(43) "resyst/assets/js/resyst-frontend.min.js?v=1" 2 => string(40) "resyst/assets/js/resyst-popup.min.js?v=1" 3 => string(23) "assets/js/js.min.js?v=1" ) public m_js_code => array(0) public m_links => array(1) ( 0 => array(2) ( "rel" => string(4) "prev" "href" => string(42) "https://www.sk-skol.cz/fotogalerie?page=21" ) ) public m_meta => array(0) public m_meta_robots_default => string(13) "index, follow" public m_navigation => array(1) ( 0 => array(2) ( "title" => string(11) "Fotogalerie" "seo_url" => string(11) "fotogalerie" ) ) public m_title => string(0) "" public m_description => string(0) "" public m_session => object Session_Native(5){ protected _file => string(76) "/home/html/sk-skol.cz/public_html/www/application/views/fotogalerie/main.php" protected _data => array(4) ( "items" => array(4) ( 0 => array(13) ( "id" => string(1) "3" "lang" => string(2) "cs" "active" => string(1) "1" "title" => string(7) "Jizerky" "autoseo" => string(1) "1" "seo_url" => string(7) "jizerky" "date_from" => string(19) "2008-01-12 00:00:00" "date_to" => string(19) "2008-01-13 00:00:00" "perex" => NULL "body" => string(0) "" "youtube_codes" => string(0) "" "full_url" => string(19) "fotogalerie/jizerky" "ico" => array(3) ( "id" => string(2) "78" "filename" => string(15) "jizerky-001.jpg" "description" => string(15) "jizerky-001.jpg" ) ) 1 => array(13) ( "id" => string(1) "4" "lang" => string(2) "cs" "active" => string(1) "1" "title" => string(8) "Zinnwald" "autoseo" => string(1) "1" "seo_url" => string(8) "zinnwald" "date_from" => string(19) "2007-11-16 00:00:00" "date_to" => string(19) "2007-11-18 00:00:00" "perex" => NULL "body" => string(0) "" "youtube_codes" => string(0) "" "full_url" => string(20) "fotogalerie/zinnwald" "ico" => array(3) ( "id" => string(2) "85" "filename" => string(16) "zinnwald-001.jpg" "description" => string(0) "" ) ) 2 => array(13) ( "id" => string(3) "270" "lang" => string(2) "cs" "active" => string(1) "1" "title" => string(16) "Čertova stezka " "autoseo" => string(1) "1" "seo_url" => string(16) "certova-stezka-2" "date_from" => NULL "date_to" => string(19) "2021-10-02 00:00:00" "perex" => string(0) "" "body" => string(0) "" "youtube_codes" => string(0) "" "full_url" => string(28) "fotogalerie/certova-stezka-2" "ico" => NULL ) 3 => array(13) ( "id" => string(3) "278" "lang" => string(2) "cs" "active" => string(1) "1" "title" => string(38) "Jehnice + Lesná na sněhu + bruslení" "autoseo" => string(1) "1" "seo_url" => string(31) "jehnice-lesna-na-snehu-brusleni" "date_from" => NULL "date_to" => NULL "perex" => string(38) "Opožděný souhrn pár fotek a videí" "body" => string(169) "<p>Běh o pohár Jehnice, 17. 11. 2021</p> <p>Trénink nejmenších na Lesné na lyžích, 14. 12. 2021</p> <p>Předvánoční bruslení za L …" "youtube_codes" => string(11) "uFoXHHxENOM" "full_url" => string(43) "fotogalerie/jehnice-lesna-na-snehu-brusleni" "ico" => array(3) ( "id" => string(4) "7035" "filename" => string(32) "brusleni_2021-12-21_dsc_4057.jpg" "description" => string(25) "Předvánoční bruslení" ) ) ) "all_years" => array(19) ( 0 => string(8) "- vše -" 1970 => string(4) "1970" 2007 => string(4) "2007" 2008 => string(4) "2008" 2009 => string(4) "2009" 2010 => string(4) "2010" 2011 => string(4) "2011" 2012 => string(4) "2012" 2013 => string(4) "2013" 2014 => string(4) "2014" 2015 => string(4) "2015" 2016 => string(4) "2016" 2017 => string(4) "2017" 2018 => string(4) "2018" 2019 => string(4) "2019" 2020 => string(4) "2020" 2021 => string(4) "2021" 2022 => string(4) "2022" 2023 => string(4) "2023" ) "pagination" => object Pagination(15)
"header" => object View(2){ protected config => array(6) ( "total_items" => integer 319 "items_per_page" => integer 15 "view" => string(20) "pagination/bootstrap" "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(4) "page" ) "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) protected current_page => integer 22 protected total_items => integer 319 protected items_per_page => integer 15 protected total_pages => integer 22 protected current_first_item => integer 316 protected current_last_item => integer 319 protected previous_page => integer 21 protected next_page => bool FALSE protected first_page => integer 1 protected last_page => bool FALSE protected offset => integer 315 protected _request => object Request(19)
"selected_year" => NULL ) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
protected _route => object Route(5){ protected _filters => array(1) ( 0 => object Closure(1)
protected _routes => array(0) protected _header => object HTTP_Header(0){ public 0 => object Closure(1) { *RECURSION* } }
) protected _uri => string(26) "(<controller>(/<seo_url>))" protected _regex => array(1) ( "seo_url" => string(12) "[0-9a-z-\.]+" ) protected _defaults => array(2) ( "controller" => string(5) "Index" "action" => string(5) "index" ) protected _route_regex => string(70) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<seo_url>[0-9a-z-\.]+))?)?$#uD" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(11) "Fotogalerie" protected _action => string(5) "index" protected _uri => string(11) "fotogalerie" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "page" => string(2) "22" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) protected _previous_environment => NULL }
}{ protected _filters => array(1) ( 0 => object Closure(1)
protected _route_params => array(3) ( "controller" => string(11) "fotogalerie" "action" => string(5) "index" "directory" => string(0) "" ) }{ public 0 => object Closure(1) { *RECURSION* } }
) protected _uri => string(26) "(<controller>(/<seo_url>))" protected _regex => array(1) ( "seo_url" => string(12) "[0-9a-z-\.]+" ) protected _defaults => array(2) ( "controller" => string(5) "Index" "action" => string(5) "index" ) protected _route_regex => string(70) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<seo_url>[0-9a-z-\.]+))?)?$#uD" }{ protected _file => string(66) "/home/html/sk-skol.cz/public_html/www/application/views/header.php" protected _data => array(1) ( "menu" => object Model_Menu(10)
"footer" => object View(2){ protected items => array(6) ( "o-skolu" => string(7) "O SKOLu" "plan-cinnosti" => string(15) "Plán činnosti" "nabor-clenu" => string(14) "Nábor členů" "fotogalerie" => string(11) "Fotogalerie" "vysledky" => string(9) "Výsledky" "kontakty" => string(8) "Kontakty" ) protected view => string(16) "html5-multilevel" protected id => NULL protected class => NULL protected ul_id => NULL protected ul_class => NULL protected role => string(10) "navigation" protected aria_label => string(12) "Hlavní menu" protected active_url => string(11) "fotogalerie" protected start_at_second_level => bool FALSE }
) }{ protected _file => string(66) "/home/html/sk-skol.cz/public_html/www/application/views/footer.php" protected _data => array(0) }
"description" => string(45) "SK SKOL Brno - běh na lyžích | Fotogalerie" "m_css" => array(2) ( "assets/css/screen.css?v=1" => string(6) "screen" "resyst/assets/css/resyst-popup.css?v=1" => string(6) "screen" ) "m_js" => array(4) ( 0 => string(40) "resyst/assets/js/jquery.1.9.1.min.js?v=1" 1 => string(43) "resyst/assets/js/resyst-frontend.min.js?v=1" 2 => string(40) "resyst/assets/js/resyst-popup.min.js?v=1" 3 => string(23) "assets/js/js.min.js?v=1" ) "m_links" => array(1) ( 0 => array(2) ( "rel" => string(4) "prev" "href" => string(42) "https://www.sk-skol.cz/fotogalerie?page=21" ) ) "m_meta" => array(0) "m_meta_robots_default" => string(13) "index, follow" "m_js_code" => array(0) "breadcrumb" => array(1) ( 0 => array(2) ( "title" => string(11) "Fotogalerie" "seo_url" => string(11) "fotogalerie" ) ) ) }{ protected _name => string(7) "session" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(0) protected _destroyed => bool FALSE }
}89 90// Create a new instance of the controller91$controller = $class->newInstance($request, $response);92 93// Run the controller's execute() method94$response = $class->getMethod('execute')->invoke($controller);95 96if ( ! $response instanceof Response)97{98// Controller failed to return a Response.99throw new Kohana_Exception('Controller failed to return a Response');
SYSPATH/classes/Kohana/Request/Client.php [ 114 ]» Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(1) ( 0 => object Closure(1)
protected _routes => array(0) protected _header => object HTTP_Header(0){ public 0 => object Closure(1) { *RECURSION* } }
) protected _uri => string(26) "(<controller>(/<seo_url>))" protected _regex => array(1) ( "seo_url" => string(12) "[0-9a-z-\.]+" ) protected _defaults => array(2) ( "controller" => string(5) "Index" "action" => string(5) "index" ) protected _route_regex => string(70) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<seo_url>[0-9a-z-\.]+))?)?$#uD" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(11) "Fotogalerie" protected _action => string(5) "index" protected _uri => string(11) "fotogalerie" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "page" => string(2) "22" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) protected _previous_environment => NULL }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109$orig_response = $response = Response::factory(['_protocol' => $request->protocol()]);110 111if (($cache = $this->cache()) instanceof HTTP_Cache)112return $cache->execute($this, $request, $response);113 114$response = $this->execute_request($request, $response);115 116// Execute response callbacks117foreach ($this->header_callbacks() as $header => $callback)118{119if ($response->headers($header))
SYSPATH/classes/Kohana/Request.php [ 1000 ]» Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(1) ( 0 => object Closure(1)
protected _routes => array(0) protected _header => object HTTP_Header(0){ public 0 => object Closure(1) { *RECURSION* } }
) protected _uri => string(26) "(<controller>(/<seo_url>))" protected _regex => array(1) ( "seo_url" => string(12) "[0-9a-z-\.]+" ) protected _defaults => array(2) ( "controller" => string(5) "Index" "action" => string(5) "index" ) protected _route_regex => string(70) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<seo_url>[0-9a-z-\.]+))?)?$#uD" }{ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(11) "Fotogalerie" protected _action => string(5) "index" protected _uri => string(11) "fotogalerie" protected _external => bool FALSE protected _params => array(0) protected _get => array(1) ( "page" => string(2) "22" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) protected _previous_environment => NULL }
}995throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', [ 996':uri' => $this->_uri, 997]); 998} 999 1000return $this->_client->execute($this);1001}1002 1003/**1004 * Returns whether this request is the initial request Kohana received.1005 * Can be used to test for sub requests.
DOCROOT/index.php [ 144 ]» Kohana_Request->execute()
139/**140 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO'].141 * If no source is specified, the URI will be automatically detected.142 */143echo Request::factory(TRUE, array(), FALSE)144->execute()145->send_headers(TRUE)146->body();147 }