APPPATH/classes/Front/Resizer.php [ 105 ]
100 }
101
102 static function _rawResize($In, $Out, $Width, $Height)
103 {
104 if(class_exists('Imagick')) {
105 $im = new Imagick($In);
106
107 //$im->cropThumbnailImage($Width, $Height);
108 $im->thumbnailImage($Width, $Height);
109
110 $im->setImageFormat('jpeg');
-
APPPATH/classes/Front/Resizer.php [ 105 ] » Imagick->__construct(arguments)
0
string(101) "/home/wificampings/htdocs/www.wificampings.nl/application/../uploads/888c8ccc8d6800928e8925e98e87d5ac"
100 } 101 102 static function _rawResize($In, $Out, $Width, $Height) 103 { 104 if(class_exists('Imagick')) { 105 $im = new Imagick($In); 106 107 //$im->cropThumbnailImage($Width, $Height); 108 $im->thumbnailImage($Width, $Height); 109 110 $im->setImageFormat('jpeg');
-
APPPATH/classes/Front/Resizer.php [ 56 ] » Front_Resizer::_rawResize(arguments)
0
string(101) "/home/wificampings/htdocs/www.wificampings.nl/application/../uploads/888c8ccc8d6800928e8925e98e87d5ac"
1
string(125) "/home/wificampings/htdocs/www.wificampings.nl/application/../images/thumbs/thumb_d41d8cd98f00b204e9800998ecf8427e_422-300.jpg"
2
integer 422
3
integer 300
51 $File = $File->resize($Width, null); 52 } 53 $File->crop($Width, $Height)->save(APPPATH.'../images/thumbs/thumb_'.$MD5Img.'_'.$Width.'-'.$Height.'.jpg', 100); 54 */ 55 56 Front_Resizer::_rawResize(APPPATH.'../'.$Image, APPPATH.'../images/thumbs/thumb_'.$MD5Img.'_'.$Width.'-'.$Height.'.jpg', $Width, $Height); 57 58 return 'images/thumbs/thumb_'.$MD5Img.'_'.$Width.'-'.$Height.'.jpg'; 59 } else { 60 return 'images/thumbs/thumb_'.$MD5Img.'_'.$Width.'-'.$Height.'.jpg'; 61 }
-
APPPATH/views/web/kampeerwinkel/productView.php [ 5 ] » Front_Resizer::getUrl(arguments)
0
string(40) "uploads/888c8ccc8d6800928e8925e98e87d5ac"
1
integer 422
2
integer 300
3
bool TRUE
1 <li class="span4"> 2 <a href="<?=$url;?>"> 3 <div class="thumbnail thumbproduct"> 4 <div class="thumb_img"> 5 <img src="<?=Front_Resizer::getUrl($image, 211, 150, true);?>" alt="" width="100" height="70" border="0" /> 6 </div> 7 8 <div class="product-label"> 9 <!-- <p class="title"><?=$name;?></p> --> 10 <center><h3><?=$name;?></h3></center>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(97) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/kampeerwinkel/productView.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(97) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/kampeerwinkel/productView.php"
1
array(4) ( "image" => string(113) "https://www.kampeerwereld.nl/custom/page/page_content_img/732278/33561_ml-standaard-voor-glazen-pot-3-5-liter.jpg" "name" => string(34) "ML Standaard Voor Glazen Pot 3L/5L" "price" => string(4) "3.99" "url" => string(75) "kampeerwinkel/product/servies-en-eetgerei/ml-standaard-voor-glazen-pot-3l5l" )
343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 }
-
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 /** 233 * Display the exception message.
-
APPPATH/views/web/kampeerwinkel/show.php [ 211 ] » Kohana_View->__toString()
206 $Products = array_slice($Products, 0, 3); 207 208 $i = 0; 209 foreach($Products AS $Key => $Product) 210 { 211 echo $Product->renderThumb(); 212 213 $i++; 214 if($i == 3) 215 { 216 echo '</div><br /><div class="row-fluid">';
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(90) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/kampeerwinkel/show.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(90) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/kampeerwinkel/show.php"
1
array(4) ( "_message" => NULL "_Categories" => object Database_MySQLi_Result(7)
{ protected _internal_row => integer 281 protected _query => string(170) "SELECT `campstore_category`.`id` AS `id`, `campstore_category`.`name` AS `name`, `campstore_category`.`slug` AS `slug` FROM `cam …" protected _result => object mysqli_result(5)
"_Category" => object Model_Campstore_Category(34){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 281 protected _current_row => integer 281 protected _as_object => string(24) "Model_Campstore_Category" protected _object_params => NULL }{ protected _table_name => string(20) "campstore_categories" protected _has_many => array(1) ( "products" => array(4) ( "foreign_key" => string(3) "cId" "through" => string(14) "campstore_link" "model" => string(17) "Campstore_Product" "far_key" => string(3) "pId" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(3) "331" "name" => string(19) "Servies en eetgerei" "slug" => string(19) "servies-en-eetgerei" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(3) "331" "name" => string(19) "Servies en eetgerei" "slug" => string(19) "servies-en-eetgerei" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "campstore_category" protected _object_plural => string(20) "campstore_categories" protected _table_columns => array(3) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "331" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"_Product" => object Model_Campstore_Product(34){ protected _connection_id => string(40) "7af8e637dd79e8a738c68d4c6b87e75eacdaadad" protected _identifier => string(1) "`" public last_query => string(295) "SELECT `campstore_category`.`id` AS `id`, `campstore_category`.`name` AS `name`, `campstore_category`.`slug` AS `slug` FROM `cam …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "campstore_category" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "127.0.0.1" "database" => string(12) "wificampings" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _table_name => string(18) "campstore_products" protected _has_many => array(1) ( "categories" => array(4) ( "foreign_key" => string(3) "pId" "through" => string(14) "campstore_link" "model" => string(18) "Campstore_Category" "far_key" => string(3) "cId" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(5) "12141" "fId" => string(6) "161856" "name" => string(29) "Silverpoint Bestekbak Model D" "slug" => string(29) "silverpoint-bestekbak-model-d" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fsilverpoint-bestekbak-model-d …" "price" => string(4) "4.75" "image" => string(104) "https://www.kampeerwereld.nl/custom/page/page_content_img/711353/28745_silverpoint-bestekbak-model-d.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "12141" "fId" => string(6) "161856" "name" => string(29) "Silverpoint Bestekbak Model D" "slug" => string(29) "silverpoint-bestekbak-model-d" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fsilverpoint-bestekbak-model-d …" "price" => string(4) "4.75" "image" => string(104) "https://www.kampeerwereld.nl/custom/page/page_content_img/711353/28745_silverpoint-bestekbak-model-d.jpg" "purge" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(17) "campstore_product" protected _object_plural => string(18) "campstore_products" protected _table_columns => array(9) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "fId" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "fId" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(5) "price" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "numeric_precision" => string(2) "10" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "purge" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "purge" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "12141" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
){ protected _connection_id => string(40) "7af8e637dd79e8a738c68d4c6b87e75eacdaadad" protected _identifier => string(1) "`" public last_query => string(295) "SELECT `campstore_category`.`id` AS `id`, `campstore_category`.`name` AS `name`, `campstore_category`.`slug` AS `slug` FROM `cam …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(17) "campstore_product" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "127.0.0.1" "database" => string(12) "wificampings" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 }
-
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 /** 233 * Display the exception message.
-
APPPATH/views/web/template.php [ 233 ] » Kohana_View->__toString()
228 </div> 229 </div> --> 230 <?php 231 } 232 ?> 233 <?=$content;?> 234 235 </div> 236 237 <div id="push"></div> 238 </div>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(80) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/template.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(80) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/template.php"
1
array(5) ( "keywords" => string(133) "kampeerwinkel, campingwinkel, kampeerartikelen, kampeeraccessoires, kampeerbenodigdheden, tenten, slaapzakken, campingstoelen, t …" "description" => string(131) "De online kampeerwinkel telt ruim 1500 kampeerartikelen en andere kampeerbenodigdheden. Van tenten, kampeermeubels tot slaapzakk …" "title" => string(68) "Online kampeerwinkel voor al uw kampeerbenodigdheden - WiFi Campings" "content" => object View(2)
{ protected _file => string(90) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/kampeerwinkel/show.php" protected _data => array(4) ( "_message" => NULL "_Categories" => object Database_MySQLi_Result(7)
"urlBase" => string(28) "https://www.wificampings.nl/" ){ protected _internal_row => integer 281 protected _query => string(170) "SELECT `campstore_category`.`id` AS `id`, `campstore_category`.`name` AS `name`, `campstore_category`.`slug` AS `slug` FROM `cam …" protected _result => object mysqli_result(5)
"_Category" => object Model_Campstore_Category(34){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 281 protected _current_row => integer 281 protected _as_object => string(24) "Model_Campstore_Category" protected _object_params => NULL }{ protected _table_name => string(20) "campstore_categories" protected _has_many => array(1) ( "products" => array(4) ( "foreign_key" => string(3) "cId" "through" => string(14) "campstore_link" "model" => string(17) "Campstore_Product" "far_key" => string(3) "pId" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(3) "331" "name" => string(19) "Servies en eetgerei" "slug" => string(19) "servies-en-eetgerei" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(3) "331" "name" => string(19) "Servies en eetgerei" "slug" => string(19) "servies-en-eetgerei" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "campstore_category" protected _object_plural => string(20) "campstore_categories" protected _table_columns => array(3) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "331" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"_Product" => object Model_Campstore_Product(34){ protected _connection_id => string(40) "7af8e637dd79e8a738c68d4c6b87e75eacdaadad" protected _identifier => string(1) "`" public last_query => string(295) "SELECT `campstore_category`.`id` AS `id`, `campstore_category`.`name` AS `name`, `campstore_category`.`slug` AS `slug` FROM `cam …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "campstore_category" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "127.0.0.1" "database" => string(12) "wificampings" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _table_name => string(18) "campstore_products" protected _has_many => array(1) ( "categories" => array(4) ( "foreign_key" => string(3) "pId" "through" => string(14) "campstore_link" "model" => string(18) "Campstore_Category" "far_key" => string(3) "cId" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(5) "12141" "fId" => string(6) "161856" "name" => string(29) "Silverpoint Bestekbak Model D" "slug" => string(29) "silverpoint-bestekbak-model-d" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fsilverpoint-bestekbak-model-d …" "price" => string(4) "4.75" "image" => string(104) "https://www.kampeerwereld.nl/custom/page/page_content_img/711353/28745_silverpoint-bestekbak-model-d.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "12141" "fId" => string(6) "161856" "name" => string(29) "Silverpoint Bestekbak Model D" "slug" => string(29) "silverpoint-bestekbak-model-d" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fsilverpoint-bestekbak-model-d …" "price" => string(4) "4.75" "image" => string(104) "https://www.kampeerwereld.nl/custom/page/page_content_img/711353/28745_silverpoint-bestekbak-model-d.jpg" "purge" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(17) "campstore_product" protected _object_plural => string(18) "campstore_products" protected _table_columns => array(9) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "fId" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "fId" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(5) "price" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "numeric_precision" => string(2) "10" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "purge" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "purge" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "12141" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) }{ protected _connection_id => string(40) "7af8e637dd79e8a738c68d4c6b87e75eacdaadad" protected _identifier => string(1) "`" public last_query => string(295) "SELECT `campstore_category`.`id` AS `id`, `campstore_category`.`name` AS `name`, `campstore_category`.`slug` AS `slug` FROM `cam …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(17) "campstore_product" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "127.0.0.1" "database" => string(12) "wificampings" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 }
-
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/Base/Template.php [ 207 ] » Kohana_Controller_Template->after()
202 $this -> template -> content = $view; 203 204 // Implemented from CMS-Backend 205 $this->template->urlBase = URL::base(true); 206 207 parent::after(); 208 } 209 }
-
APPPATH/classes/Controller/Web/Template.php [ 58 ] » Controller_Base_Template->after()
53 public function after($runParent = true) 54 { 55 Session::instance()->set('user_data', json_encode($this->userSettings)); 56 57 if($runParent === true) 58 parent::after(); 59 } 60 }
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Web_Template->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_Web_Kampeerwinkel(8)
{ public showItems => integer 18 public template => object View(2)
{ protected _file => string(80) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/template.php" protected _data => array(5) ( "keywords" => string(133) "kampeerwinkel, campingwinkel, kampeerartikelen, kampeeraccessoires, kampeerbenodigdheden, tenten, slaapzakken, campingstoelen, t …" "description" => string(131) "De online kampeerwinkel telt ruim 1500 kampeerartikelen en andere kampeerbenodigdheden. Van tenten, kampeermeubels tot slaapzakk …" "title" => string(68) "Online kampeerwinkel voor al uw kampeerbenodigdheden - WiFi Campings" "content" => object View(2)
public userSettings => array(2) ( "radius_km" => integer 20 "searchoptions" => array(7) ( "name" => string(0) "" "type" => array(0) "facility" => array(0) "countryid" => NULL "stateid" => NULL "directbooking" => NULL "freewifi" => NULL ) ) public layVars => array(4) ( "_message" => NULL "_Categories" => object Database_MySQLi_Result(7){ protected _file => string(90) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/kampeerwinkel/show.php" protected _data => array(4) ( "_message" => NULL "_Categories" => object Database_MySQLi_Result(7)
"urlBase" => string(28) "https://www.wificampings.nl/" ) }{ protected _internal_row => integer 281 protected _query => string(170) "SELECT `campstore_category`.`id` AS `id`, `campstore_category`.`name` AS `name`, `campstore_category`.`slug` AS `slug` FROM `cam …" protected _result => object mysqli_result(5)
"_Category" => object Model_Campstore_Category(34){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 281 protected _current_row => integer 281 protected _as_object => string(24) "Model_Campstore_Category" protected _object_params => NULL }{ protected _table_name => string(20) "campstore_categories" protected _has_many => array(1) ( "products" => array(4) ( "foreign_key" => string(3) "cId" "through" => string(14) "campstore_link" "model" => string(17) "Campstore_Product" "far_key" => string(3) "pId" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(3) "331" "name" => string(19) "Servies en eetgerei" "slug" => string(19) "servies-en-eetgerei" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(3) "331" "name" => string(19) "Servies en eetgerei" "slug" => string(19) "servies-en-eetgerei" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "campstore_category" protected _object_plural => string(20) "campstore_categories" protected _table_columns => array(3) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "331" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"_Product" => object Model_Campstore_Product(34){ protected _connection_id => string(40) "7af8e637dd79e8a738c68d4c6b87e75eacdaadad" protected _identifier => string(1) "`" public last_query => string(295) "SELECT `campstore_category`.`id` AS `id`, `campstore_category`.`name` AS `name`, `campstore_category`.`slug` AS `slug` FROM `cam …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "campstore_category" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "127.0.0.1" "database" => string(12) "wificampings" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _table_name => string(18) "campstore_products" protected _has_many => array(1) ( "categories" => array(4) ( "foreign_key" => string(3) "pId" "through" => string(14) "campstore_link" "model" => string(18) "Campstore_Category" "far_key" => string(3) "cId" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(5) "12141" "fId" => string(6) "161856" "name" => string(29) "Silverpoint Bestekbak Model D" "slug" => string(29) "silverpoint-bestekbak-model-d" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fsilverpoint-bestekbak-model-d …" "price" => string(4) "4.75" "image" => string(104) "https://www.kampeerwereld.nl/custom/page/page_content_img/711353/28745_silverpoint-bestekbak-model-d.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "12141" "fId" => string(6) "161856" "name" => string(29) "Silverpoint Bestekbak Model D" "slug" => string(29) "silverpoint-bestekbak-model-d" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fsilverpoint-bestekbak-model-d …" "price" => string(4) "4.75" "image" => string(104) "https://www.kampeerwereld.nl/custom/page/page_content_img/711353/28745_silverpoint-bestekbak-model-d.jpg" "purge" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(17) "campstore_product" protected _object_plural => string(18) "campstore_products" protected _table_columns => array(9) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "fId" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "fId" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(5) "price" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "numeric_precision" => string(2) "10" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "purge" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "purge" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "12141" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) }{ protected _connection_id => string(40) "7af8e637dd79e8a738c68d4c6b87e75eacdaadad" protected _identifier => string(1) "`" public last_query => string(295) "SELECT `campstore_category`.`id` AS `id`, `campstore_category`.`name` AS `name`, `campstore_category`.`slug` AS `slug` FROM `cam …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(17) "campstore_product" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "127.0.0.1" "database" => string(12) "wificampings" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _internal_row => integer 281 protected _query => string(170) "SELECT `campstore_category`.`id` AS `id`, `campstore_category`.`name` AS `name`, `campstore_category`.`slug` AS `slug` FROM `cam …" protected _result => object mysqli_result(5)
"_Category" => object Model_Campstore_Category(34){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 281 protected _current_row => integer 281 protected _as_object => string(24) "Model_Campstore_Category" protected _object_params => NULL }{ protected _table_name => string(20) "campstore_categories" protected _has_many => array(1) ( "products" => array(4) ( "foreign_key" => string(3) "cId" "through" => string(14) "campstore_link" "model" => string(17) "Campstore_Product" "far_key" => string(3) "pId" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(3) "331" "name" => string(19) "Servies en eetgerei" "slug" => string(19) "servies-en-eetgerei" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(3) "331" "name" => string(19) "Servies en eetgerei" "slug" => string(19) "servies-en-eetgerei" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "campstore_category" protected _object_plural => string(20) "campstore_categories" protected _table_columns => array(3) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "331" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"_Product" => object Model_Campstore_Product(34){ protected _connection_id => string(40) "7af8e637dd79e8a738c68d4c6b87e75eacdaadad" protected _identifier => string(1) "`" public last_query => string(295) "SELECT `campstore_category`.`id` AS `id`, `campstore_category`.`name` AS `name`, `campstore_category`.`slug` AS `slug` FROM `cam …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "campstore_category" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "127.0.0.1" "database" => string(12) "wificampings" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _table_name => string(18) "campstore_products" protected _has_many => array(1) ( "categories" => array(4) ( "foreign_key" => string(3) "pId" "through" => string(14) "campstore_link" "model" => string(18) "Campstore_Category" "far_key" => string(3) "cId" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(9) ( "id" => string(5) "12141" "fId" => string(6) "161856" "name" => string(29) "Silverpoint Bestekbak Model D" "slug" => string(29) "silverpoint-bestekbak-model-d" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fsilverpoint-bestekbak-model-d …" "price" => string(4) "4.75" "image" => string(104) "https://www.kampeerwereld.nl/custom/page/page_content_img/711353/28745_silverpoint-bestekbak-model-d.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "12141" "fId" => string(6) "161856" "name" => string(29) "Silverpoint Bestekbak Model D" "slug" => string(29) "silverpoint-bestekbak-model-d" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fsilverpoint-bestekbak-model-d …" "price" => string(4) "4.75" "image" => string(104) "https://www.kampeerwereld.nl/custom/page/page_content_img/711353/28745_silverpoint-bestekbak-model-d.jpg" "purge" => string(1) "0" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(17) "campstore_product" protected _object_plural => string(18) "campstore_products" protected _table_columns => array(9) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "fId" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "fId" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "link" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "link" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(5) "price" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "numeric_precision" => string(2) "10" "numeric_scale" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "purge" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "purge" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "12141" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) public auto_render => bool TRUE public request => object Request(19){ protected _connection_id => string(40) "7af8e637dd79e8a738c68d4c6b87e75eacdaadad" protected _identifier => string(1) "`" public last_query => string(295) "SELECT `campstore_category`.`id` AS `id`, `campstore_category`.`name` AS `name`, `campstore_category`.`slug` AS `slug` FROM `cam …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(17) "campstore_product" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "127.0.0.1" "database" => string(12) "wificampings" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool TRUE "profiling" => bool FALSE ) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/2.0" protected _secure => bool TRUE protected _referrer => string(95) "https://wificampings.nl/kampeerwinkel/product/servies-en-eetgerei/silverpoint-bestekbak-model-d" protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(42) "kampeerwinkel/product/<category>/<product>" protected _regex => array(1) ( "directory" => string(18) "(web|admin|mobile)" ) protected _defaults => array(5) ( "directory" => string(3) "web" "controller" => string(13) "kampeerwinkel" "action" => string(4) "show" "id" => string(0) "" "slug" => string(0) "" ) protected _route_regex => string(80) "#^kampeerwinkel/product/(?P<category>[^/.,;?\n]++)/(?P<product>[^/.,;?\n]++)$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(3) "Web" protected _controller => string(13) "Kampeerwinkel" protected _action => string(4) "show" protected _uri => string(71) "kampeerwinkel/product/servies-en-eetgerei/silverpoint-bestekbak-model-d" protected _external => bool FALSE protected _params => array(4) ( "category" => string(19) "servies-en-eetgerei" "product" => string(29) "silverpoint-bestekbak-model-d" "id" => string(0) "" "slug" => string(0) "" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) 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 viewPage => string(22) "web/kampeerwinkel/show" }{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/2.0" }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 => string(95) "https://wificampings.nl/kampeerwinkel/product/servies-en-eetgerei/silverpoint-bestekbak-model-d" protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(42) "kampeerwinkel/product/<category>/<product>" protected _regex => array(1) ( "directory" => string(18) "(web|admin|mobile)" ) protected _defaults => array(5) ( "directory" => string(3) "web" "controller" => string(13) "kampeerwinkel" "action" => string(4) "show" "id" => string(0) "" "slug" => string(0) "" ) protected _route_regex => string(80) "#^kampeerwinkel/product/(?P<category>[^/.,;?\n]++)/(?P<product>[^/.,;?\n]++)$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(3) "Web" protected _controller => string(13) "Kampeerwinkel" protected _action => string(4) "show" protected _uri => string(71) "kampeerwinkel/product/servies-en-eetgerei/silverpoint-bestekbak-model-d" protected _external => bool FALSE protected _params => array(4) ( "category" => string(19) "servies-en-eetgerei" "product" => string(29) "silverpoint-bestekbak-model-d" "id" => string(0) "" "slug" => string(0) "" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) 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 [ 986 ] » 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 => string(95) "https://wificampings.nl/kampeerwinkel/product/servies-en-eetgerei/silverpoint-bestekbak-model-d" protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(42) "kampeerwinkel/product/<category>/<product>" protected _regex => array(1) ( "directory" => string(18) "(web|admin|mobile)" ) protected _defaults => array(5) ( "directory" => string(3) "web" "controller" => string(13) "kampeerwinkel" "action" => string(4) "show" "id" => string(0) "" "slug" => string(0) "" ) protected _route_regex => string(80) "#^kampeerwinkel/product/(?P<category>[^/.,;?\n]++)/(?P<product>[^/.,;?\n]++)$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(3) "Web" protected _controller => string(13) "Kampeerwinkel" protected _action => string(4) "show" protected _uri => string(71) "kampeerwinkel/product/servies-en-eetgerei/silverpoint-bestekbak-model-d" protected _external => bool FALSE protected _params => array(4) ( "category" => string(19) "servies-en-eetgerei" "product" => string(29) "silverpoint-bestekbak-model-d" "id" => string(0) "" "slug" => string(0) "" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) 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) }
}981 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 982 ':uri' => $this->_uri, 983 )); 984 } 985 986 return $this->_client->execute($this); 987 } 988 989 /** 990 * Returns whether this request is the initial request Kohana received. 991 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 136 ] » Kohana_Request->execute()
131 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 132 * If no source is specified, the URI will be automatically detected. 133 */ 134 135 echo Request::factory(TRUE, array(), FALSE) 136 ->execute() 137 ->send_headers(TRUE) 138 ->body(); 139 }