SYSPATH/classes/kohana/arr.php [ 104 ]
99 // The path has already been separated into keys
100 $keys = $path;
101 }
102 else
103 {
104 if (array_key_exists($path, $array))
105 {
106 // No need to do extra processing
107 return $array[$path];
108 }
109
-
SYSPATH/classes/kohana/arr.php [ 104 ] » Kohana_Core::error_handler(arguments)
0
integer 8192
1
string(111) "array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead"
2
string(94) "/home/raketonlin/domains/klanten.raket.online/public_html/kohana_system/classes/kohana/arr.php"
3
integer 104
4
array(4) ( "array" => object Config_Group(3)
{ public site_id => integer 1 public master_url => string(0) "" public multilanguage => bool FALSE }
"path" => string(10) "master_url" "default" => NULL "delimiter" => string(1) "." )99 // The path has already been separated into keys 100 $keys = $path; 101 } 102 else 103 { 104 if (array_key_exists($path, $array)) 105 { 106 // No need to do extra processing 107 return $array[$path]; 108 } 109
-
SYSPATH/classes/kohana/config.php [ 110 ] » Kohana_Arr::path(arguments)
0
object Config_Group(3)
{ public site_id => integer 1 public master_url => string(0) "" public multilanguage => bool FALSE }
1
string(10) "master_url"
2
NULL
3
string(1) "."
105 106 if(isset($this->_groups[$group])) 107 { 108 if (isset($path)) 109 { 110 return Arr::path($this->_groups[$group], $path, NULL, '.'); 111 } 112 return $this->_groups[$group]; 113 } 114 115 $config = array();
-
APPPATH/classes/url.php [ 45 ] » Kohana_Config->load(arguments)
0
string(4) "main"
40 if($width !== NULL OR $height !== NULL) 41 { 42 $uri = '/'.$scale_method.'/'.$width.'/'.$height.'/'.$uri; 43 } 44 45 $master_url = Kohana::$config->load('main.master_url'); 46 if($master_url !== '') 47 { 48 $domain = $master_url; 49 $protocol = 'http'; 50 $port = '';
-
APPPATH/classes/view.php(45) : eval()'d code [ 10 ] » URL::image(arguments)
0
string(45) "/images/slideshow/slideshow_5062c6b294f23.jpg"
-
APPPATH/classes/view.php [ 45 ] » eval()
40 41 try 42 { 43 // Load the view within the current scope 44 //include $kohana_view_filename; 45 eval(' ?>'.$kohana_view_content.'<?php '); 46 } 47 catch (Exception $e) 48 { 49 // Delete the output buffer 50 ob_end_clean();
-
SYSPATH/classes/kohana/view.php [ 343 ] » View::capture(arguments)
0
string(90) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/modules/slideshow.php"
1
array(1) ( "slides" => object Database_MySQLi_Result(7)
{ protected _internal_row => integer 1 protected _query => string(109) "SELECT `slideshow`.* FROM `slideshow` AS `slideshow` WHERE `active` = 1 ORDER BY `slideshow`.`sort_order` ASC" protected _result => object mysqli_result(5)
){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 5 protected _current_row => integer 0 protected _as_object => string(15) "Model_Slideshow" protected _object_params => NULL }338 { 339 throw new View_Exception('You must set the file to use within your view before rendering'); 340 } 341 342 // Combine local and global data and capture the output 343 return View::capture($this->_file, $this->_data); 344 } 345 346 } // End View
-
SYSPATH/classes/kohana/view.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 // Display the exception message 233 Kohana_Exception::handler($e);
-
APPPATH/classes/view.php(45) : eval()'d code [ 1 ] » Kohana_View->__toString()
-
APPPATH/classes/view.php [ 45 ] » eval()
40 41 try 42 { 43 // Load the view within the current scope 44 //include $kohana_view_filename; 45 eval(' ?>'.$kohana_view_content.'<?php '); 46 } 47 catch (Exception $e) 48 { 49 // Delete the output buffer 50 ob_end_clean();
-
SYSPATH/classes/kohana/view.php [ 343 ] » View::capture(arguments)
0
string(78) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/empty.php"
1
array(5) ( "title" => string(9) "slideshow" "title_long" => string(0) "" "title_page" => string(36) " - Raket - Online Marketing Funnels " "unique_name" => string(9) "slideshow" "content" => object View(2)
{ protected _file => string(90) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/modules/slideshow.php" protected _data => array(1) ( "slides" => object Database_MySQLi_Result(7)
){ protected _internal_row => integer 1 protected _query => string(109) "SELECT `slideshow`.* FROM `slideshow` AS `slideshow` WHERE `active` = 1 ORDER BY `slideshow`.`sort_order` ASC" protected _result => object mysqli_result(5)
) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 5 protected _current_row => integer 0 protected _as_object => string(15) "Model_Slideshow" protected _object_params => NULL }338 { 339 throw new View_Exception('You must set the file to use within your view before rendering'); 340 } 341 342 // Combine local and global data and capture the output 343 return View::capture($this->_file, $this->_data); 344 } 345 346 } // End View
-
SYSPATH/classes/kohana/controller/template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49
-
{PHP internal call} » Kohana_Controller_Template->after()
-
SYSPATH/classes/kohana/request/client/internal.php [ 121 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Module_Slideshow(8)
{ protected site_id => NULL protected shop_id => NULL protected lang_id => NULL public redirect => bool TRUE public template => object View(2)
{ protected _file => string(78) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/empty.php" protected _data => array(5) ( "title" => string(9) "slideshow" "title_long" => string(0) "" "title_page" => string(36) " - Raket - Online Marketing Funnels " "unique_name" => string(9) "slideshow" "content" => object View(2)
public auto_render => bool TRUE public request => object Request(22){ protected _file => string(90) "/home/raketonlin/domains/klanten.raket.online/public_html/site/views/modules/slideshow.php" protected _data => array(1) ( "slides" => object Database_MySQLi_Result(7)
) }{ protected _internal_row => integer 1 protected _query => string(109) "SELECT `slideshow`.* FROM `slideshow` AS `slideshow` WHERE `active` = 1 ORDER BY `slideshow`.`sort_order` ASC" protected _result => object mysqli_result(5)
) }{ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 5 protected _current_row => integer 0 protected _as_object => string(15) "Model_Slideshow" protected _object_params => NULL }{ protected unique_name => string(9) "slideshow" 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 _callback => NULL protected _uri => string(41) "(nl/)slideshow(/<action>(/<id>(/<args>)))" protected _regex => array(1) ( "args" => string(2) ".*" ) protected _defaults => array(4) ( "directory" => string(6) "module" "lang" => string(2) "nl" "controller" => string(9) "slideshow" "action" => string(5) "index" ) protected _route_regex => string(97) "#^(?:nl/)?slideshow(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<args>.*))?)?)?$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(6) "module" protected _controller => string(9) "slideshow" protected _action => string(5) "index" protected _uri => string(9) "slideshow" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "nl" ) protected _get => array(1) ( "/slideshow" => string(0) "" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }{ 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" }116 117 $method = $class->getMethod('action_'.$action); 118 $method->invoke($controller); 119 120 // Execute the "after action" method 121 $class->getMethod('after')->invoke($controller); 122 } 123 catch (Exception $e) 124 { 125 // Restore the previous request 126 if ($previous instanceof Request)
-
SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(22)
{ protected unique_name => string(9) "slideshow" 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 _callback => NULL protected _uri => string(41) "(nl/)slideshow(/<action>(/<id>(/<args>)))" protected _regex => array(1) ( "args" => string(2) ".*" ) protected _defaults => array(4) ( "directory" => string(6) "module" "lang" => string(2) "nl" "controller" => string(9) "slideshow" "action" => string(5) "index" ) protected _route_regex => string(97) "#^(?:nl/)?slideshow(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<args>.*))?)?)?$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(6) "module" protected _controller => string(9) "slideshow" protected _action => string(5) "index" protected _uri => string(9) "slideshow" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "nl" ) protected _get => array(1) ( "/slideshow" => string(0) "" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }59 public function execute(Request $request) 60 { 61 if ($this->_cache instanceof HTTP_Cache) 62 return $this->_cache->execute($this, $request); 63 64 return $this->execute_request($request); 65 } 66 67 /** 68 * Processes the request passed to it and returns the response from 69 * the URI resource identified.
-
SYSPATH/classes/kohana/request.php [ 1141 ] » Kohana_Request_Client->execute(arguments)
0
object Request(22)
{ protected unique_name => string(9) "slideshow" 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 _callback => NULL protected _uri => string(41) "(nl/)slideshow(/<action>(/<id>(/<args>)))" protected _regex => array(1) ( "args" => string(2) ".*" ) protected _defaults => array(4) ( "directory" => string(6) "module" "lang" => string(2) "nl" "controller" => string(9) "slideshow" "action" => string(5) "index" ) protected _route_regex => string(97) "#^(?:nl/)?slideshow(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<args>.*))?)?)?$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(6) "module" protected _controller => string(9) "slideshow" protected _action => string(5) "index" protected _uri => string(9) "slideshow" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "nl" ) protected _get => array(1) ( "/slideshow" => string(0) "" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }1136 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 1137 ':uri' => $this->_uri, 1138 )); 1139 } 1140 1141 return $this->_client->execute($this); 1142 } 1143 1144 /** 1145 * Returns whether this request is the initial request Kohana received. 1146 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 134 ] » Kohana_Request->execute()
129 ->body(); 130 }else{ 131 echo HTML::minify_output( 132 HTML::obfuscate_email( 133 Request::factory() 134 ->execute() 135 ->send_headers() 136 ->body() 137 ) 138 ); 139 }