SYSPATH/classes/Kohana/URL.php [ 107 ]
102 }
103
104 // Validate $host, see if it matches trusted hosts
105 if ( ! static::is_trusted_host($host))
106 {
107 throw new Kohana_Exception(
108 'Untrusted host :host. If you trust :host, add it to the trusted hosts in the `url` config file.',
109 array(':host' => $host)
110 );
111 }
112 }
-
APPPATH/views/retailers/home.php [ 67 ] » Kohana_URL::base(arguments)
0
string(5) "https"
62 var ll = locations[i]['coordinate']; 63 if(ll ){ 64 ltln = ll.split(","); 65 marker = new google.maps.Marker({ 66 position: new google.maps.LatLng(parseFloat(ltln[0]), parseFloat(ltln[1])), 67 icon: '<?php echo URL::base(true);?>/media/images/retail-point.png', 68 map: map 69 }); 70 google.maps.event.addListener(marker, 'click', (function (marker, i) { 71 return function () { 72 infowindow.setContent('<h4>' + locations[i]['titolo'] + '</h3> <p style="color:#000">' + locations[i]['indirizzo'] + '<br>' + locations[i]['citta']+ '<br>Phone: ' + locations[i]['phone']+ '<br>' + '<a style="color:#000" href="' + locations[i]['url'] + '">' + locations[i]['url'] + '</a></p>');
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(64) "/home2/misenous/public_html/application/views/retailers/home.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(64) "/home2/misenous/public_html/application/views/retailers/home.php"
1
array(4) ( "tabella" => object Database_MySQLi_Result(7)
{ protected _internal_row => integer 27 protected _query => string(111) "SELECT * FROM `retailers` WHERE `retailers`.`status` IN (1) ORDER BY `retailers`.`citta` ASC LIMIT 100 OFFSET 0" protected _result => object mysqli_result(5)
"pagination" => object Pagination(12){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 27 protected _current_row => integer 27 protected _as_object => bool TRUE protected _object_params => NULL }{ protected config => array(6) ( "total_items" => string(2) "27" "items_per_page" => integer 100 "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(4) "page" ) "view" => string(16) "pagination/basic" "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) protected current_page => integer 1 protected total_items => integer 27 protected items_per_page => integer 100 protected total_pages => integer 1 protected current_first_item => integer 1 protected current_last_item => integer 27 protected previous_page => bool FALSE protected next_page => bool FALSE protected first_page => bool FALSE protected last_page => bool FALSE protected offset => integer 0 }
"parola" => NULL "dovesono" => string(9) "retailers" )354 { 355 throw 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 output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
-
APPPATH/views/template.php [ 136 ] » Kohana_View->__toString()
131 </ul> 132 </section> 133 </nav> 134 </div> 135 136 <?php echo $content ?> 137 138 <?php 139 include Kohana::find_file('views', 'template/foot'); 140 ?> 141 <?php //foreach ($scriptfoot as $file) echo HTML::script($file), "\n" ?>
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(58) "/home2/misenous/public_html/application/views/template.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(58) "/home2/misenous/public_html/application/views/template.php"
1
array(9) ( "title" => string(9) "Retailers" "meta_description" => string(10) "Retailers " "titoloh1" => string(9) "Retailers" "carrello" => string(0) "" "styles" => array(0) "scripts" => array(0) "scriptfoot" => array(0) "facebookOG" => array(0) "content" => object View(2)
{ protected _file => string(64) "/home2/misenous/public_html/application/views/retailers/home.php" protected _data => array(4) ( "tabella" => object Database_MySQLi_Result(7)
){ protected _internal_row => integer 27 protected _query => string(111) "SELECT * FROM `retailers` WHERE `retailers`.`status` IN (1) ORDER BY `retailers`.`citta` ASC LIMIT 100 OFFSET 0" protected _result => object mysqli_result(5)
"pagination" => object Pagination(12){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 27 protected _current_row => integer 27 protected _as_object => bool TRUE protected _object_params => NULL }{ protected config => array(6) ( "total_items" => string(2) "27" "items_per_page" => integer 100 "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(4) "page" ) "view" => string(16) "pagination/basic" "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) protected current_page => integer 1 protected total_items => integer 27 protected items_per_page => integer 100 protected total_pages => integer 1 protected current_first_item => integer 1 protected current_last_item => integer 27 protected previous_page => bool FALSE protected next_page => bool FALSE protected first_page => bool FALSE protected last_page => bool FALSE protected offset => integer 0 }
"parola" => NULL "dovesono" => string(9) "retailers" ) }354 { 355 throw 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 output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
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
-
APPPATH/classes/Controller/Website.php [ 65 ] » Kohana_Controller_Template->after()
60 $styles = array(); 61 $this->template->styles = array_merge($this->template->styles, $styles); 62 $scripts = array(); 63 $this->template->scripts = array_merge($this->template->scripts, $scripts); 64 } 65 parent::after(); 66 } 67 68 }
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Retailers(10)
{ protected controllo => string(9) "retailers" protected _ajax => bool FALSE public user => NULL public auth_required => bool FALSE public secure_actions => bool FALSE public template => object View(2)
{ protected _file => string(58) "/home2/misenous/public_html/application/views/template.php" protected _data => array(9) ( "title" => string(9) "Retailers" "meta_description" => string(10) "Retailers " "titoloh1" => string(9) "Retailers" "carrello" => string(0) "" "styles" => array(0) "scripts" => array(0) "scriptfoot" => array(0) "facebookOG" => array(0) "content" => object View(2)
public auto_render => bool TRUE public request => object Request(19){ protected _file => string(64) "/home2/misenous/public_html/application/views/retailers/home.php" protected _data => array(4) ( "tabella" => object Database_MySQLi_Result(7)
) }{ protected _internal_row => integer 27 protected _query => string(111) "SELECT * FROM `retailers` WHERE `retailers`.`status` IN (1) ORDER BY `retailers`.`citta` ASC LIMIT 100 OFFSET 0" protected _result => object mysqli_result(5)
"pagination" => object Pagination(12){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 27 protected _current_row => integer 27 protected _as_object => bool TRUE protected _object_params => NULL }{ protected config => array(6) ( "total_items" => string(2) "27" "items_per_page" => integer 100 "current_page" => array(2) ( "source" => string(12) "query_string" "key" => string(4) "page" ) "view" => string(16) "pagination/basic" "auto_hide" => bool TRUE "first_page_in_url" => bool FALSE ) protected current_page => integer 1 protected total_items => integer 27 protected items_per_page => integer 100 protected total_pages => integer 1 protected current_first_item => integer 1 protected current_last_item => integer 27 protected previous_page => bool FALSE protected next_page => bool FALSE protected first_page => bool FALSE protected last_page => bool FALSE protected offset => integer 0 }
"parola" => NULL "dovesono" => string(9) "retailers" ) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/2.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "home" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(9) "Retailers" protected _action => string(5) "index" protected _uri => string(9) "retailers" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(1) ( "RWSESSID" => NULL ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL 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 _status => integer 200 protected _header => object HTTP_Header(0)
public session => object Session_Native(5){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/2.0" }{ protected _name => string(7) "session" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(0) protected _destroyed => bool FALSE }
}92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw 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/2.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "home" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(9) "Retailers" protected _action => string(5) "index" protected _uri => string(9) "retailers" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(1) ( "RWSESSID" => NULL ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL 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) }
}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/2.0" }109 $orig_response = $response = Response::factory(array('_protocol' => $request->protocol())); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header))
-
SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/2.0" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "home" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(9) "Retailers" protected _action => string(5) "index" protected _uri => string(9) "retailers" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(1) ( "RWSESSID" => NULL ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL 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) }
}992 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 993 ':uri' => $this->_uri, 994 )); 995 } 996 997 return $this->_client->execute($this); 998 } 999 1000 /** 1001 * Returns whether this request is the initial request Kohana received. 1002 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 118 ] » Kohana_Request->execute()
113 /** 114 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 115 * If no source is specified, the URI will be automatically detected. 116 */ 117 echo Request::factory(TRUE, array(), FALSE) 118 ->execute() 119 ->send_headers(TRUE) 120 ->body(); 121 }