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/category.php [ 48 ] » Kohana_View->__toString()
43 <div class="row-fluid"> 44 <?php 45 $i = 0; 46 foreach($_Products AS $Key => $Product) 47 { 48 echo $Product->renderThumb(); 49 50 $i++; 51 if($i == 3) 52 { 53 echo '</div><br /><div class="row-fluid">';
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(94) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/kampeerwinkel/category.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(94) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/kampeerwinkel/category.php"
1
array(5) ( "_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)
"_Products" => array(18) ( 0 => 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) "16683" "fId" => string(6) "178093" "name" => string(28) "ML Drinkfles met Fruit Inzet" "slug" => string(28) "ml-drinkfles-met-fruit-inzet" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-drinkfles-met-fruit-inzet2 …" "price" => string(4) "3.99" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732273/33570_ml-drinkfles-met-fruit-inzet.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16683" "fId" => string(6) "178093" "name" => string(28) "ML Drinkfles met Fruit Inzet" "slug" => string(28) "ml-drinkfles-met-fruit-inzet" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-drinkfles-met-fruit-inzet2 …" "price" => string(4) "3.99" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732273/33570_ml-drinkfles-met-fruit-inzet.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) "16683" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
1 => 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(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 _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) "16684" "fId" => string(6) "178097" "name" => string(34) "ML Beker Glas met Deksel en Rietje" "slug" => string(34) "ml-beker-glas-met-deksel-en-rietje" "description" => string(0) "" "link" => string(257) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-beker-glas-met-deksel-en-r …" "price" => string(4) "0.99" "image" => string(109) "https://www.kampeerwereld.nl/custom/page/page_content_img/732277/33562_ml-beker-glas-met-deksel-en-rietje.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16684" "fId" => string(6) "178097" "name" => string(34) "ML Beker Glas met Deksel en Rietje" "slug" => string(34) "ml-beker-glas-met-deksel-en-rietje" "description" => string(0) "" "link" => string(257) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-beker-glas-met-deksel-en-r …" "price" => string(4) "0.99" "image" => string(109) "https://www.kampeerwereld.nl/custom/page/page_content_img/732277/33562_ml-beker-glas-met-deksel-en-rietje.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) "16684" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
2 => 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(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 _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) "16685" "fId" => string(6) "178098" "name" => string(34) "ML Standaard Voor Glazen Pot 3L/5L" "slug" => string(33) "ml-standaard-voor-glazen-pot-3l5l" "description" => string(0) "" "link" => string(261) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-standaard-voor-glazen-pot- …" "price" => string(4) "3.99" "image" => string(113) "https://www.kampeerwereld.nl/custom/page/page_content_img/732278/33561_ml-standaard-voor-glazen-pot-3-5-liter.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16685" "fId" => string(6) "178098" "name" => string(34) "ML Standaard Voor Glazen Pot 3L/5L" "slug" => string(33) "ml-standaard-voor-glazen-pot-3l5l" "description" => string(0) "" "link" => string(261) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-standaard-voor-glazen-pot- …" "price" => string(4) "3.99" "image" => string(113) "https://www.kampeerwereld.nl/custom/page/page_content_img/732278/33561_ml-standaard-voor-glazen-pot-3-5-liter.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) "16685" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
3 => 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(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 _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) "13637" "fId" => string(6) "178110" "name" => string(23) "ML Kurkentrekker Chroom" "slug" => string(23) "ml-kurkentrekker-chroom" "description" => string(0) "" "link" => string(227) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-kurkentrekker-chroom-22275 …" "price" => string(4) "4.99" "image" => string(98) "https://www.kampeerwereld.nl/custom/page/page_content_img/732290/33548_ml-kurkentrekker-chroom.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13637" "fId" => string(6) "178110" "name" => string(23) "ML Kurkentrekker Chroom" "slug" => string(23) "ml-kurkentrekker-chroom" "description" => string(0) "" "link" => string(227) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-kurkentrekker-chroom-22275 …" "price" => string(4) "4.99" "image" => string(98) "https://www.kampeerwereld.nl/custom/page/page_content_img/732290/33548_ml-kurkentrekker-chroom.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) "13637" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
4 => 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(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 _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) "13638" "fId" => string(6) "178111" "name" => string(26) "ML Bierfles Opener Magneet" "slug" => string(26) "ml-bierfles-opener-magneet" "description" => string(0) "" "link" => string(235) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-bierfles-opener-magneet-22 …" "price" => string(4) "3.49" "image" => string(101) "https://www.kampeerwereld.nl/custom/page/page_content_img/732291/33547_ml-bierfles-opener-magneet.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13638" "fId" => string(6) "178111" "name" => string(26) "ML Bierfles Opener Magneet" "slug" => string(26) "ml-bierfles-opener-magneet" "description" => string(0) "" "link" => string(235) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-bierfles-opener-magneet-22 …" "price" => string(4) "3.49" "image" => string(101) "https://www.kampeerwereld.nl/custom/page/page_content_img/732291/33547_ml-bierfles-opener-magneet.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) "13638" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
5 => 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(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 _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) "16698" "fId" => string(6) "178183" "name" => string(22) "Koopman Vliegenkap Wit" "slug" => string(22) "koopman-vliegenkap-wit" "description" => string(0) "" "link" => string(226) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fkoopman-vliegenkap-wit-170424 …" "price" => string(4) "1.50" "image" => string(120) "https://www.kampeerwereld.nl/custom/page/page_content_img/732363/33350_excellent-houseware-vliegenkap-pe-wit-30x30cm.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16698" "fId" => string(6) "178183" "name" => string(22) "Koopman Vliegenkap Wit" "slug" => string(22) "koopman-vliegenkap-wit" "description" => string(0) "" "link" => string(226) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fkoopman-vliegenkap-wit-170424 …" "price" => string(4) "1.50" "image" => string(120) "https://www.kampeerwereld.nl/custom/page/page_content_img/732363/33350_excellent-houseware-vliegenkap-pe-wit-30x30cm.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) "16698" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
6 => 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(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 _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) "16702" "fId" => string(6) "178189" "name" => string(23) "ML Keukentang RVS Zwart" "slug" => string(23) "ml-keukentang-rvs-zwart" "description" => string(0) "" "link" => string(229) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-keukentang-rvs-zwart-22274 …" "price" => string(4) "1.99" "image" => string(97) "https://www.kampeerwereld.nl/custom/page/page_content_img/732369/33544_ml-keukentang-rvszwart.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16702" "fId" => string(6) "178189" "name" => string(23) "ML Keukentang RVS Zwart" "slug" => string(23) "ml-keukentang-rvs-zwart" "description" => string(0) "" "link" => string(229) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-keukentang-rvs-zwart-22274 …" "price" => string(4) "1.99" "image" => string(97) "https://www.kampeerwereld.nl/custom/page/page_content_img/732369/33544_ml-keukentang-rvszwart.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) "16702" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
7 => 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(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 _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) "16705" "fId" => string(6) "178228" "name" => string(27) "BBQ Koopman Soeplepel Nylon" "slug" => string(27) "bbq-koopman-soeplepel-nylon" "description" => string(0) "" "link" => string(230) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fbbq-soeplepel-nylon-642000080 …" "price" => string(4) "2.99" "image" => string(94) "https://www.kampeerwereld.nl/custom/page/page_content_img/732408/45411_bbq-soeplepel-nylon.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16705" "fId" => string(6) "178228" "name" => string(27) "BBQ Koopman Soeplepel Nylon" "slug" => string(27) "bbq-koopman-soeplepel-nylon" "description" => string(0) "" "link" => string(230) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fbbq-soeplepel-nylon-642000080 …" "price" => string(4) "2.99" "image" => string(94) "https://www.kampeerwereld.nl/custom/page/page_content_img/732408/45411_bbq-soeplepel-nylon.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) "16705" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
8 => 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(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 _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) "13674" "fId" => string(6) "178247" "name" => string(28) "Rubytec Panda Bamboo Cutlery" "slug" => string(28) "rubytec-panda-bamboo-cutlery" "description" => string(0) "" "link" => string(238) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-panda-bamboo-cutlery- …" "price" => string(4) "4.95" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732427/32848_rubytec-panda-bamboo-cutlery.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13674" "fId" => string(6) "178247" "name" => string(28) "Rubytec Panda Bamboo Cutlery" "slug" => string(28) "rubytec-panda-bamboo-cutlery" "description" => string(0) "" "link" => string(238) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-panda-bamboo-cutlery- …" "price" => string(4) "4.95" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732427/32848_rubytec-panda-bamboo-cutlery.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) "13674" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
9 => 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(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 _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) "13681" "fId" => string(6) "178256" "name" => string(33) "Rubytec Boa Tube Squeezer S White" "slug" => string(33) "rubytec-boa-tube-squeezer-s-white" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-w …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732436/32905_rubytec-boa-tube-squeezer-s-white.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13681" "fId" => string(6) "178256" "name" => string(33) "Rubytec Boa Tube Squeezer S White" "slug" => string(33) "rubytec-boa-tube-squeezer-s-white" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-w …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732436/32905_rubytec-boa-tube-squeezer-s-white.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) "13681" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
10 => 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(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 _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) "13682" "fId" => string(6) "178258" "name" => string(32) "Rubytec Boa Tube Squeezer S Blue" "slug" => string(32) "rubytec-boa-tube-squeezer-s-blue" "description" => string(0) "" "link" => string(251) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(107) "https://www.kampeerwereld.nl/custom/page/page_content_img/732438/32903_rubytec-boa-tube-squeezer-s-blue.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13682" "fId" => string(6) "178258" "name" => string(32) "Rubytec Boa Tube Squeezer S Blue" "slug" => string(32) "rubytec-boa-tube-squeezer-s-blue" "description" => string(0) "" "link" => string(251) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(107) "https://www.kampeerwereld.nl/custom/page/page_content_img/732438/32903_rubytec-boa-tube-squeezer-s-blue.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) "13682" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
11 => 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(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 _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) "13683" "fId" => string(6) "178260" "name" => string(33) "Rubytec Boa Tube Squeezer S Green" "slug" => string(33) "rubytec-boa-tube-squeezer-s-green" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-g …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732440/32901_rubytec-boa-tube-squeezer-s-green.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13683" "fId" => string(6) "178260" "name" => string(33) "Rubytec Boa Tube Squeezer S Green" "slug" => string(33) "rubytec-boa-tube-squeezer-s-green" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-g …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732440/32901_rubytec-boa-tube-squeezer-s-green.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) "13683" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
12 => 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(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 _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) "13684" "fId" => string(6) "178262" "name" => string(31) "Rubytec Boa Tube Squeezer S Red" "slug" => string(31) "rubytec-boa-tube-squeezer-s-red" "description" => string(0) "" "link" => string(249) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-r …" "price" => string(4) "2.99" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732442/32899_rubytec-boa-tube-squeezer-s-red.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13684" "fId" => string(6) "178262" "name" => string(31) "Rubytec Boa Tube Squeezer S Red" "slug" => string(31) "rubytec-boa-tube-squeezer-s-red" "description" => string(0) "" "link" => string(249) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-r …" "price" => string(4) "2.99" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732442/32899_rubytec-boa-tube-squeezer-s-red.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) "13684" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
13 => 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(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 _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) "13685" "fId" => string(6) "178264" "name" => string(33) "Rubytec Boa Tube Squeezer S Black" "slug" => string(33) "rubytec-boa-tube-squeezer-s-black" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732444/32897_rubytec-boa-tube-squeezer-s-black.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13685" "fId" => string(6) "178264" "name" => string(33) "Rubytec Boa Tube Squeezer S Black" "slug" => string(33) "rubytec-boa-tube-squeezer-s-black" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732444/32897_rubytec-boa-tube-squeezer-s-black.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) "13685" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
14 => 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(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 _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) "13703" "fId" => string(6) "178287" "name" => string(35) "Rubytec Shira Foodcontainer 0.5 Ltr" "slug" => string(34) "rubytec-shira-foodcontainer-05-ltr" "description" => string(0) "" "link" => string(255) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-foodcontainer-0 …" "price" => string(5) "24.95" "image" => string(110) "https://www.kampeerwereld.nl/custom/page/page_content_img/732467/32768_rubytec-shira-foodcontainer-0.5-ltr.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13703" "fId" => string(6) "178287" "name" => string(35) "Rubytec Shira Foodcontainer 0.5 Ltr" "slug" => string(34) "rubytec-shira-foodcontainer-05-ltr" "description" => string(0) "" "link" => string(255) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-foodcontainer-0 …" "price" => string(5) "24.95" "image" => string(110) "https://www.kampeerwereld.nl/custom/page/page_content_img/732467/32768_rubytec-shira-foodcontainer-0.5-ltr.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) "13703" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
15 => 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(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 _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) "13704" "fId" => string(6) "178288" "name" => string(44) "Rubytec Shira Travel Mug Thermosbeker Orange" "slug" => string(44) "rubytec-shira-travel-mug-thermosbeker-orange" "description" => string(0) "" "link" => string(274) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-ther …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732468/32766_rubytec-shira-travel-mug-orange.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13704" "fId" => string(6) "178288" "name" => string(44) "Rubytec Shira Travel Mug Thermosbeker Orange" "slug" => string(44) "rubytec-shira-travel-mug-thermosbeker-orange" "description" => string(0) "" "link" => string(274) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-ther …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732468/32766_rubytec-shira-travel-mug-orange.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) "13704" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
16 => 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(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 _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) "13705" "fId" => string(6) "178289" "name" => string(46) "Rubytec Shira Travel Mug Silver / Thermosbeker" "slug" => string(44) "rubytec-shira-travel-mug-silver-thermosbeker" "description" => string(0) "" "link" => string(283) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-silv …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732469/32764_rubytec-shira-travel-mug-silver.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13705" "fId" => string(6) "178289" "name" => string(46) "Rubytec Shira Travel Mug Silver / Thermosbeker" "slug" => string(44) "rubytec-shira-travel-mug-silver-thermosbeker" "description" => string(0) "" "link" => string(283) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-silv …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732469/32764_rubytec-shira-travel-mug-silver.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) "13705" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
17 => 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(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 _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) "13706" "fId" => string(6) "178290" "name" => string(38) "Rubytec Shira Cool Drink 0,55 Ltr Blue" "slug" => string(37) "rubytec-shira-cool-drink-055-ltr-blue" "description" => string(0) "" "link" => string(269) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-cool-drink-055- …" "price" => string(5) "26.95" "image" => string(112) "https://www.kampeerwereld.nl/custom/page/page_content_img/732470/32715_rubytec-shira-cool-drink-055-ltr-blue.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13706" "fId" => string(6) "178290" "name" => string(38) "Rubytec Shira Cool Drink 0,55 Ltr Blue" "slug" => string(37) "rubytec-shira-cool-drink-055-ltr-blue" "description" => string(0) "" "link" => string(269) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-cool-drink-055- …" "price" => string(5) "26.95" "image" => string(112) "https://www.kampeerwereld.nl/custom/page/page_content_img/732470/32715_rubytec-shira-cool-drink-055-ltr-blue.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) "13706" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) "_Pagination" => object View(2){ 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 _file => string(90) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/general/pagination.php" protected _data => array(5) ( "PassAsGet" => bool FALSE "showPages" => array(7) ( 0 => integer 31 1 => integer 32 2 => integer 33 3 => string(2) "34" 4 => integer 35 5 => integer 36 6 => integer 37 ) "appendUrl" => string(33) "kampeerwinkel/servies-en-eetgerei" "currentPage" => string(2) "34" "totalPages" => float 53 ) }
)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(94) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/kampeerwinkel/category.php" protected _data => array(5) ( "_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)
"_Products" => array(18) ( 0 => 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) "16683" "fId" => string(6) "178093" "name" => string(28) "ML Drinkfles met Fruit Inzet" "slug" => string(28) "ml-drinkfles-met-fruit-inzet" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-drinkfles-met-fruit-inzet2 …" "price" => string(4) "3.99" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732273/33570_ml-drinkfles-met-fruit-inzet.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16683" "fId" => string(6) "178093" "name" => string(28) "ML Drinkfles met Fruit Inzet" "slug" => string(28) "ml-drinkfles-met-fruit-inzet" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-drinkfles-met-fruit-inzet2 …" "price" => string(4) "3.99" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732273/33570_ml-drinkfles-met-fruit-inzet.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) "16683" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
1 => 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(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 _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) "16684" "fId" => string(6) "178097" "name" => string(34) "ML Beker Glas met Deksel en Rietje" "slug" => string(34) "ml-beker-glas-met-deksel-en-rietje" "description" => string(0) "" "link" => string(257) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-beker-glas-met-deksel-en-r …" "price" => string(4) "0.99" "image" => string(109) "https://www.kampeerwereld.nl/custom/page/page_content_img/732277/33562_ml-beker-glas-met-deksel-en-rietje.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16684" "fId" => string(6) "178097" "name" => string(34) "ML Beker Glas met Deksel en Rietje" "slug" => string(34) "ml-beker-glas-met-deksel-en-rietje" "description" => string(0) "" "link" => string(257) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-beker-glas-met-deksel-en-r …" "price" => string(4) "0.99" "image" => string(109) "https://www.kampeerwereld.nl/custom/page/page_content_img/732277/33562_ml-beker-glas-met-deksel-en-rietje.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) "16684" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
2 => 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(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 _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) "16685" "fId" => string(6) "178098" "name" => string(34) "ML Standaard Voor Glazen Pot 3L/5L" "slug" => string(33) "ml-standaard-voor-glazen-pot-3l5l" "description" => string(0) "" "link" => string(261) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-standaard-voor-glazen-pot- …" "price" => string(4) "3.99" "image" => string(113) "https://www.kampeerwereld.nl/custom/page/page_content_img/732278/33561_ml-standaard-voor-glazen-pot-3-5-liter.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16685" "fId" => string(6) "178098" "name" => string(34) "ML Standaard Voor Glazen Pot 3L/5L" "slug" => string(33) "ml-standaard-voor-glazen-pot-3l5l" "description" => string(0) "" "link" => string(261) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-standaard-voor-glazen-pot- …" "price" => string(4) "3.99" "image" => string(113) "https://www.kampeerwereld.nl/custom/page/page_content_img/732278/33561_ml-standaard-voor-glazen-pot-3-5-liter.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) "16685" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
3 => 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(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 _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) "13637" "fId" => string(6) "178110" "name" => string(23) "ML Kurkentrekker Chroom" "slug" => string(23) "ml-kurkentrekker-chroom" "description" => string(0) "" "link" => string(227) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-kurkentrekker-chroom-22275 …" "price" => string(4) "4.99" "image" => string(98) "https://www.kampeerwereld.nl/custom/page/page_content_img/732290/33548_ml-kurkentrekker-chroom.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13637" "fId" => string(6) "178110" "name" => string(23) "ML Kurkentrekker Chroom" "slug" => string(23) "ml-kurkentrekker-chroom" "description" => string(0) "" "link" => string(227) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-kurkentrekker-chroom-22275 …" "price" => string(4) "4.99" "image" => string(98) "https://www.kampeerwereld.nl/custom/page/page_content_img/732290/33548_ml-kurkentrekker-chroom.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) "13637" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
4 => 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(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 _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) "13638" "fId" => string(6) "178111" "name" => string(26) "ML Bierfles Opener Magneet" "slug" => string(26) "ml-bierfles-opener-magneet" "description" => string(0) "" "link" => string(235) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-bierfles-opener-magneet-22 …" "price" => string(4) "3.49" "image" => string(101) "https://www.kampeerwereld.nl/custom/page/page_content_img/732291/33547_ml-bierfles-opener-magneet.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13638" "fId" => string(6) "178111" "name" => string(26) "ML Bierfles Opener Magneet" "slug" => string(26) "ml-bierfles-opener-magneet" "description" => string(0) "" "link" => string(235) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-bierfles-opener-magneet-22 …" "price" => string(4) "3.49" "image" => string(101) "https://www.kampeerwereld.nl/custom/page/page_content_img/732291/33547_ml-bierfles-opener-magneet.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) "13638" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
5 => 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(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 _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) "16698" "fId" => string(6) "178183" "name" => string(22) "Koopman Vliegenkap Wit" "slug" => string(22) "koopman-vliegenkap-wit" "description" => string(0) "" "link" => string(226) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fkoopman-vliegenkap-wit-170424 …" "price" => string(4) "1.50" "image" => string(120) "https://www.kampeerwereld.nl/custom/page/page_content_img/732363/33350_excellent-houseware-vliegenkap-pe-wit-30x30cm.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16698" "fId" => string(6) "178183" "name" => string(22) "Koopman Vliegenkap Wit" "slug" => string(22) "koopman-vliegenkap-wit" "description" => string(0) "" "link" => string(226) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fkoopman-vliegenkap-wit-170424 …" "price" => string(4) "1.50" "image" => string(120) "https://www.kampeerwereld.nl/custom/page/page_content_img/732363/33350_excellent-houseware-vliegenkap-pe-wit-30x30cm.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) "16698" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
6 => 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(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 _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) "16702" "fId" => string(6) "178189" "name" => string(23) "ML Keukentang RVS Zwart" "slug" => string(23) "ml-keukentang-rvs-zwart" "description" => string(0) "" "link" => string(229) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-keukentang-rvs-zwart-22274 …" "price" => string(4) "1.99" "image" => string(97) "https://www.kampeerwereld.nl/custom/page/page_content_img/732369/33544_ml-keukentang-rvszwart.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16702" "fId" => string(6) "178189" "name" => string(23) "ML Keukentang RVS Zwart" "slug" => string(23) "ml-keukentang-rvs-zwart" "description" => string(0) "" "link" => string(229) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-keukentang-rvs-zwart-22274 …" "price" => string(4) "1.99" "image" => string(97) "https://www.kampeerwereld.nl/custom/page/page_content_img/732369/33544_ml-keukentang-rvszwart.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) "16702" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
7 => 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(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 _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) "16705" "fId" => string(6) "178228" "name" => string(27) "BBQ Koopman Soeplepel Nylon" "slug" => string(27) "bbq-koopman-soeplepel-nylon" "description" => string(0) "" "link" => string(230) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fbbq-soeplepel-nylon-642000080 …" "price" => string(4) "2.99" "image" => string(94) "https://www.kampeerwereld.nl/custom/page/page_content_img/732408/45411_bbq-soeplepel-nylon.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16705" "fId" => string(6) "178228" "name" => string(27) "BBQ Koopman Soeplepel Nylon" "slug" => string(27) "bbq-koopman-soeplepel-nylon" "description" => string(0) "" "link" => string(230) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fbbq-soeplepel-nylon-642000080 …" "price" => string(4) "2.99" "image" => string(94) "https://www.kampeerwereld.nl/custom/page/page_content_img/732408/45411_bbq-soeplepel-nylon.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) "16705" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
8 => 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(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 _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) "13674" "fId" => string(6) "178247" "name" => string(28) "Rubytec Panda Bamboo Cutlery" "slug" => string(28) "rubytec-panda-bamboo-cutlery" "description" => string(0) "" "link" => string(238) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-panda-bamboo-cutlery- …" "price" => string(4) "4.95" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732427/32848_rubytec-panda-bamboo-cutlery.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13674" "fId" => string(6) "178247" "name" => string(28) "Rubytec Panda Bamboo Cutlery" "slug" => string(28) "rubytec-panda-bamboo-cutlery" "description" => string(0) "" "link" => string(238) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-panda-bamboo-cutlery- …" "price" => string(4) "4.95" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732427/32848_rubytec-panda-bamboo-cutlery.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) "13674" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
9 => 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(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 _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) "13681" "fId" => string(6) "178256" "name" => string(33) "Rubytec Boa Tube Squeezer S White" "slug" => string(33) "rubytec-boa-tube-squeezer-s-white" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-w …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732436/32905_rubytec-boa-tube-squeezer-s-white.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13681" "fId" => string(6) "178256" "name" => string(33) "Rubytec Boa Tube Squeezer S White" "slug" => string(33) "rubytec-boa-tube-squeezer-s-white" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-w …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732436/32905_rubytec-boa-tube-squeezer-s-white.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) "13681" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
10 => 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(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 _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) "13682" "fId" => string(6) "178258" "name" => string(32) "Rubytec Boa Tube Squeezer S Blue" "slug" => string(32) "rubytec-boa-tube-squeezer-s-blue" "description" => string(0) "" "link" => string(251) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(107) "https://www.kampeerwereld.nl/custom/page/page_content_img/732438/32903_rubytec-boa-tube-squeezer-s-blue.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13682" "fId" => string(6) "178258" "name" => string(32) "Rubytec Boa Tube Squeezer S Blue" "slug" => string(32) "rubytec-boa-tube-squeezer-s-blue" "description" => string(0) "" "link" => string(251) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(107) "https://www.kampeerwereld.nl/custom/page/page_content_img/732438/32903_rubytec-boa-tube-squeezer-s-blue.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) "13682" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
11 => 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(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 _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) "13683" "fId" => string(6) "178260" "name" => string(33) "Rubytec Boa Tube Squeezer S Green" "slug" => string(33) "rubytec-boa-tube-squeezer-s-green" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-g …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732440/32901_rubytec-boa-tube-squeezer-s-green.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13683" "fId" => string(6) "178260" "name" => string(33) "Rubytec Boa Tube Squeezer S Green" "slug" => string(33) "rubytec-boa-tube-squeezer-s-green" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-g …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732440/32901_rubytec-boa-tube-squeezer-s-green.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) "13683" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
12 => 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(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 _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) "13684" "fId" => string(6) "178262" "name" => string(31) "Rubytec Boa Tube Squeezer S Red" "slug" => string(31) "rubytec-boa-tube-squeezer-s-red" "description" => string(0) "" "link" => string(249) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-r …" "price" => string(4) "2.99" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732442/32899_rubytec-boa-tube-squeezer-s-red.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13684" "fId" => string(6) "178262" "name" => string(31) "Rubytec Boa Tube Squeezer S Red" "slug" => string(31) "rubytec-boa-tube-squeezer-s-red" "description" => string(0) "" "link" => string(249) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-r …" "price" => string(4) "2.99" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732442/32899_rubytec-boa-tube-squeezer-s-red.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) "13684" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
13 => 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(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 _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) "13685" "fId" => string(6) "178264" "name" => string(33) "Rubytec Boa Tube Squeezer S Black" "slug" => string(33) "rubytec-boa-tube-squeezer-s-black" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732444/32897_rubytec-boa-tube-squeezer-s-black.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13685" "fId" => string(6) "178264" "name" => string(33) "Rubytec Boa Tube Squeezer S Black" "slug" => string(33) "rubytec-boa-tube-squeezer-s-black" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732444/32897_rubytec-boa-tube-squeezer-s-black.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) "13685" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
14 => 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(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 _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) "13703" "fId" => string(6) "178287" "name" => string(35) "Rubytec Shira Foodcontainer 0.5 Ltr" "slug" => string(34) "rubytec-shira-foodcontainer-05-ltr" "description" => string(0) "" "link" => string(255) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-foodcontainer-0 …" "price" => string(5) "24.95" "image" => string(110) "https://www.kampeerwereld.nl/custom/page/page_content_img/732467/32768_rubytec-shira-foodcontainer-0.5-ltr.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13703" "fId" => string(6) "178287" "name" => string(35) "Rubytec Shira Foodcontainer 0.5 Ltr" "slug" => string(34) "rubytec-shira-foodcontainer-05-ltr" "description" => string(0) "" "link" => string(255) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-foodcontainer-0 …" "price" => string(5) "24.95" "image" => string(110) "https://www.kampeerwereld.nl/custom/page/page_content_img/732467/32768_rubytec-shira-foodcontainer-0.5-ltr.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) "13703" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
15 => 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(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 _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) "13704" "fId" => string(6) "178288" "name" => string(44) "Rubytec Shira Travel Mug Thermosbeker Orange" "slug" => string(44) "rubytec-shira-travel-mug-thermosbeker-orange" "description" => string(0) "" "link" => string(274) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-ther …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732468/32766_rubytec-shira-travel-mug-orange.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13704" "fId" => string(6) "178288" "name" => string(44) "Rubytec Shira Travel Mug Thermosbeker Orange" "slug" => string(44) "rubytec-shira-travel-mug-thermosbeker-orange" "description" => string(0) "" "link" => string(274) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-ther …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732468/32766_rubytec-shira-travel-mug-orange.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) "13704" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
16 => 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(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 _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) "13705" "fId" => string(6) "178289" "name" => string(46) "Rubytec Shira Travel Mug Silver / Thermosbeker" "slug" => string(44) "rubytec-shira-travel-mug-silver-thermosbeker" "description" => string(0) "" "link" => string(283) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-silv …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732469/32764_rubytec-shira-travel-mug-silver.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13705" "fId" => string(6) "178289" "name" => string(46) "Rubytec Shira Travel Mug Silver / Thermosbeker" "slug" => string(44) "rubytec-shira-travel-mug-silver-thermosbeker" "description" => string(0) "" "link" => string(283) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-silv …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732469/32764_rubytec-shira-travel-mug-silver.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) "13705" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
17 => 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(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 _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) "13706" "fId" => string(6) "178290" "name" => string(38) "Rubytec Shira Cool Drink 0,55 Ltr Blue" "slug" => string(37) "rubytec-shira-cool-drink-055-ltr-blue" "description" => string(0) "" "link" => string(269) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-cool-drink-055- …" "price" => string(5) "26.95" "image" => string(112) "https://www.kampeerwereld.nl/custom/page/page_content_img/732470/32715_rubytec-shira-cool-drink-055-ltr-blue.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13706" "fId" => string(6) "178290" "name" => string(38) "Rubytec Shira Cool Drink 0,55 Ltr Blue" "slug" => string(37) "rubytec-shira-cool-drink-055-ltr-blue" "description" => string(0) "" "link" => string(269) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-cool-drink-055- …" "price" => string(5) "26.95" "image" => string(112) "https://www.kampeerwereld.nl/custom/page/page_content_img/732470/32715_rubytec-shira-cool-drink-055-ltr-blue.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) "13706" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) "_Pagination" => object View(2){ 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 _file => string(90) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/general/pagination.php" protected _data => array(5) ( "PassAsGet" => bool FALSE "showPages" => array(7) ( 0 => integer 31 1 => integer 32 2 => integer 33 3 => string(2) "34" 4 => integer 35 5 => integer 36 6 => integer 37 ) "appendUrl" => string(33) "kampeerwinkel/servies-en-eetgerei" "currentPage" => string(2) "34" "totalPages" => float 53 ) }
) }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(5) ( "_message" => NULL "_Categories" => object Database_MySQLi_Result(7){ protected _file => string(94) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/kampeerwinkel/category.php" protected _data => array(5) ( "_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)
"_Products" => array(18) ( 0 => 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) "16683" "fId" => string(6) "178093" "name" => string(28) "ML Drinkfles met Fruit Inzet" "slug" => string(28) "ml-drinkfles-met-fruit-inzet" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-drinkfles-met-fruit-inzet2 …" "price" => string(4) "3.99" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732273/33570_ml-drinkfles-met-fruit-inzet.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16683" "fId" => string(6) "178093" "name" => string(28) "ML Drinkfles met Fruit Inzet" "slug" => string(28) "ml-drinkfles-met-fruit-inzet" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-drinkfles-met-fruit-inzet2 …" "price" => string(4) "3.99" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732273/33570_ml-drinkfles-met-fruit-inzet.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) "16683" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
1 => 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(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 _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) "16684" "fId" => string(6) "178097" "name" => string(34) "ML Beker Glas met Deksel en Rietje" "slug" => string(34) "ml-beker-glas-met-deksel-en-rietje" "description" => string(0) "" "link" => string(257) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-beker-glas-met-deksel-en-r …" "price" => string(4) "0.99" "image" => string(109) "https://www.kampeerwereld.nl/custom/page/page_content_img/732277/33562_ml-beker-glas-met-deksel-en-rietje.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16684" "fId" => string(6) "178097" "name" => string(34) "ML Beker Glas met Deksel en Rietje" "slug" => string(34) "ml-beker-glas-met-deksel-en-rietje" "description" => string(0) "" "link" => string(257) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-beker-glas-met-deksel-en-r …" "price" => string(4) "0.99" "image" => string(109) "https://www.kampeerwereld.nl/custom/page/page_content_img/732277/33562_ml-beker-glas-met-deksel-en-rietje.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) "16684" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
2 => 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(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 _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) "16685" "fId" => string(6) "178098" "name" => string(34) "ML Standaard Voor Glazen Pot 3L/5L" "slug" => string(33) "ml-standaard-voor-glazen-pot-3l5l" "description" => string(0) "" "link" => string(261) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-standaard-voor-glazen-pot- …" "price" => string(4) "3.99" "image" => string(113) "https://www.kampeerwereld.nl/custom/page/page_content_img/732278/33561_ml-standaard-voor-glazen-pot-3-5-liter.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16685" "fId" => string(6) "178098" "name" => string(34) "ML Standaard Voor Glazen Pot 3L/5L" "slug" => string(33) "ml-standaard-voor-glazen-pot-3l5l" "description" => string(0) "" "link" => string(261) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-standaard-voor-glazen-pot- …" "price" => string(4) "3.99" "image" => string(113) "https://www.kampeerwereld.nl/custom/page/page_content_img/732278/33561_ml-standaard-voor-glazen-pot-3-5-liter.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) "16685" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
3 => 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(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 _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) "13637" "fId" => string(6) "178110" "name" => string(23) "ML Kurkentrekker Chroom" "slug" => string(23) "ml-kurkentrekker-chroom" "description" => string(0) "" "link" => string(227) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-kurkentrekker-chroom-22275 …" "price" => string(4) "4.99" "image" => string(98) "https://www.kampeerwereld.nl/custom/page/page_content_img/732290/33548_ml-kurkentrekker-chroom.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13637" "fId" => string(6) "178110" "name" => string(23) "ML Kurkentrekker Chroom" "slug" => string(23) "ml-kurkentrekker-chroom" "description" => string(0) "" "link" => string(227) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-kurkentrekker-chroom-22275 …" "price" => string(4) "4.99" "image" => string(98) "https://www.kampeerwereld.nl/custom/page/page_content_img/732290/33548_ml-kurkentrekker-chroom.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) "13637" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
4 => 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(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 _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) "13638" "fId" => string(6) "178111" "name" => string(26) "ML Bierfles Opener Magneet" "slug" => string(26) "ml-bierfles-opener-magneet" "description" => string(0) "" "link" => string(235) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-bierfles-opener-magneet-22 …" "price" => string(4) "3.49" "image" => string(101) "https://www.kampeerwereld.nl/custom/page/page_content_img/732291/33547_ml-bierfles-opener-magneet.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13638" "fId" => string(6) "178111" "name" => string(26) "ML Bierfles Opener Magneet" "slug" => string(26) "ml-bierfles-opener-magneet" "description" => string(0) "" "link" => string(235) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-bierfles-opener-magneet-22 …" "price" => string(4) "3.49" "image" => string(101) "https://www.kampeerwereld.nl/custom/page/page_content_img/732291/33547_ml-bierfles-opener-magneet.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) "13638" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
5 => 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(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 _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) "16698" "fId" => string(6) "178183" "name" => string(22) "Koopman Vliegenkap Wit" "slug" => string(22) "koopman-vliegenkap-wit" "description" => string(0) "" "link" => string(226) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fkoopman-vliegenkap-wit-170424 …" "price" => string(4) "1.50" "image" => string(120) "https://www.kampeerwereld.nl/custom/page/page_content_img/732363/33350_excellent-houseware-vliegenkap-pe-wit-30x30cm.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16698" "fId" => string(6) "178183" "name" => string(22) "Koopman Vliegenkap Wit" "slug" => string(22) "koopman-vliegenkap-wit" "description" => string(0) "" "link" => string(226) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fkoopman-vliegenkap-wit-170424 …" "price" => string(4) "1.50" "image" => string(120) "https://www.kampeerwereld.nl/custom/page/page_content_img/732363/33350_excellent-houseware-vliegenkap-pe-wit-30x30cm.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) "16698" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
6 => 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(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 _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) "16702" "fId" => string(6) "178189" "name" => string(23) "ML Keukentang RVS Zwart" "slug" => string(23) "ml-keukentang-rvs-zwart" "description" => string(0) "" "link" => string(229) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-keukentang-rvs-zwart-22274 …" "price" => string(4) "1.99" "image" => string(97) "https://www.kampeerwereld.nl/custom/page/page_content_img/732369/33544_ml-keukentang-rvszwart.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16702" "fId" => string(6) "178189" "name" => string(23) "ML Keukentang RVS Zwart" "slug" => string(23) "ml-keukentang-rvs-zwart" "description" => string(0) "" "link" => string(229) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-keukentang-rvs-zwart-22274 …" "price" => string(4) "1.99" "image" => string(97) "https://www.kampeerwereld.nl/custom/page/page_content_img/732369/33544_ml-keukentang-rvszwart.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) "16702" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
7 => 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(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 _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) "16705" "fId" => string(6) "178228" "name" => string(27) "BBQ Koopman Soeplepel Nylon" "slug" => string(27) "bbq-koopman-soeplepel-nylon" "description" => string(0) "" "link" => string(230) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fbbq-soeplepel-nylon-642000080 …" "price" => string(4) "2.99" "image" => string(94) "https://www.kampeerwereld.nl/custom/page/page_content_img/732408/45411_bbq-soeplepel-nylon.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16705" "fId" => string(6) "178228" "name" => string(27) "BBQ Koopman Soeplepel Nylon" "slug" => string(27) "bbq-koopman-soeplepel-nylon" "description" => string(0) "" "link" => string(230) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fbbq-soeplepel-nylon-642000080 …" "price" => string(4) "2.99" "image" => string(94) "https://www.kampeerwereld.nl/custom/page/page_content_img/732408/45411_bbq-soeplepel-nylon.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) "16705" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
8 => 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(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 _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) "13674" "fId" => string(6) "178247" "name" => string(28) "Rubytec Panda Bamboo Cutlery" "slug" => string(28) "rubytec-panda-bamboo-cutlery" "description" => string(0) "" "link" => string(238) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-panda-bamboo-cutlery- …" "price" => string(4) "4.95" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732427/32848_rubytec-panda-bamboo-cutlery.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13674" "fId" => string(6) "178247" "name" => string(28) "Rubytec Panda Bamboo Cutlery" "slug" => string(28) "rubytec-panda-bamboo-cutlery" "description" => string(0) "" "link" => string(238) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-panda-bamboo-cutlery- …" "price" => string(4) "4.95" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732427/32848_rubytec-panda-bamboo-cutlery.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) "13674" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
9 => 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(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 _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) "13681" "fId" => string(6) "178256" "name" => string(33) "Rubytec Boa Tube Squeezer S White" "slug" => string(33) "rubytec-boa-tube-squeezer-s-white" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-w …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732436/32905_rubytec-boa-tube-squeezer-s-white.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13681" "fId" => string(6) "178256" "name" => string(33) "Rubytec Boa Tube Squeezer S White" "slug" => string(33) "rubytec-boa-tube-squeezer-s-white" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-w …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732436/32905_rubytec-boa-tube-squeezer-s-white.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) "13681" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
10 => 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(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 _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) "13682" "fId" => string(6) "178258" "name" => string(32) "Rubytec Boa Tube Squeezer S Blue" "slug" => string(32) "rubytec-boa-tube-squeezer-s-blue" "description" => string(0) "" "link" => string(251) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(107) "https://www.kampeerwereld.nl/custom/page/page_content_img/732438/32903_rubytec-boa-tube-squeezer-s-blue.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13682" "fId" => string(6) "178258" "name" => string(32) "Rubytec Boa Tube Squeezer S Blue" "slug" => string(32) "rubytec-boa-tube-squeezer-s-blue" "description" => string(0) "" "link" => string(251) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(107) "https://www.kampeerwereld.nl/custom/page/page_content_img/732438/32903_rubytec-boa-tube-squeezer-s-blue.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) "13682" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
11 => 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(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 _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) "13683" "fId" => string(6) "178260" "name" => string(33) "Rubytec Boa Tube Squeezer S Green" "slug" => string(33) "rubytec-boa-tube-squeezer-s-green" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-g …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732440/32901_rubytec-boa-tube-squeezer-s-green.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13683" "fId" => string(6) "178260" "name" => string(33) "Rubytec Boa Tube Squeezer S Green" "slug" => string(33) "rubytec-boa-tube-squeezer-s-green" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-g …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732440/32901_rubytec-boa-tube-squeezer-s-green.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) "13683" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
12 => 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(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 _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) "13684" "fId" => string(6) "178262" "name" => string(31) "Rubytec Boa Tube Squeezer S Red" "slug" => string(31) "rubytec-boa-tube-squeezer-s-red" "description" => string(0) "" "link" => string(249) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-r …" "price" => string(4) "2.99" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732442/32899_rubytec-boa-tube-squeezer-s-red.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13684" "fId" => string(6) "178262" "name" => string(31) "Rubytec Boa Tube Squeezer S Red" "slug" => string(31) "rubytec-boa-tube-squeezer-s-red" "description" => string(0) "" "link" => string(249) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-r …" "price" => string(4) "2.99" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732442/32899_rubytec-boa-tube-squeezer-s-red.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) "13684" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
13 => 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(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 _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) "13685" "fId" => string(6) "178264" "name" => string(33) "Rubytec Boa Tube Squeezer S Black" "slug" => string(33) "rubytec-boa-tube-squeezer-s-black" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732444/32897_rubytec-boa-tube-squeezer-s-black.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13685" "fId" => string(6) "178264" "name" => string(33) "Rubytec Boa Tube Squeezer S Black" "slug" => string(33) "rubytec-boa-tube-squeezer-s-black" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732444/32897_rubytec-boa-tube-squeezer-s-black.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) "13685" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
14 => 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(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 _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) "13703" "fId" => string(6) "178287" "name" => string(35) "Rubytec Shira Foodcontainer 0.5 Ltr" "slug" => string(34) "rubytec-shira-foodcontainer-05-ltr" "description" => string(0) "" "link" => string(255) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-foodcontainer-0 …" "price" => string(5) "24.95" "image" => string(110) "https://www.kampeerwereld.nl/custom/page/page_content_img/732467/32768_rubytec-shira-foodcontainer-0.5-ltr.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13703" "fId" => string(6) "178287" "name" => string(35) "Rubytec Shira Foodcontainer 0.5 Ltr" "slug" => string(34) "rubytec-shira-foodcontainer-05-ltr" "description" => string(0) "" "link" => string(255) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-foodcontainer-0 …" "price" => string(5) "24.95" "image" => string(110) "https://www.kampeerwereld.nl/custom/page/page_content_img/732467/32768_rubytec-shira-foodcontainer-0.5-ltr.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) "13703" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
15 => 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(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 _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) "13704" "fId" => string(6) "178288" "name" => string(44) "Rubytec Shira Travel Mug Thermosbeker Orange" "slug" => string(44) "rubytec-shira-travel-mug-thermosbeker-orange" "description" => string(0) "" "link" => string(274) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-ther …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732468/32766_rubytec-shira-travel-mug-orange.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13704" "fId" => string(6) "178288" "name" => string(44) "Rubytec Shira Travel Mug Thermosbeker Orange" "slug" => string(44) "rubytec-shira-travel-mug-thermosbeker-orange" "description" => string(0) "" "link" => string(274) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-ther …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732468/32766_rubytec-shira-travel-mug-orange.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) "13704" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
16 => 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(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 _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) "13705" "fId" => string(6) "178289" "name" => string(46) "Rubytec Shira Travel Mug Silver / Thermosbeker" "slug" => string(44) "rubytec-shira-travel-mug-silver-thermosbeker" "description" => string(0) "" "link" => string(283) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-silv …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732469/32764_rubytec-shira-travel-mug-silver.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13705" "fId" => string(6) "178289" "name" => string(46) "Rubytec Shira Travel Mug Silver / Thermosbeker" "slug" => string(44) "rubytec-shira-travel-mug-silver-thermosbeker" "description" => string(0) "" "link" => string(283) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-silv …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732469/32764_rubytec-shira-travel-mug-silver.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) "13705" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
17 => 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(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 _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) "13706" "fId" => string(6) "178290" "name" => string(38) "Rubytec Shira Cool Drink 0,55 Ltr Blue" "slug" => string(37) "rubytec-shira-cool-drink-055-ltr-blue" "description" => string(0) "" "link" => string(269) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-cool-drink-055- …" "price" => string(5) "26.95" "image" => string(112) "https://www.kampeerwereld.nl/custom/page/page_content_img/732470/32715_rubytec-shira-cool-drink-055-ltr-blue.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13706" "fId" => string(6) "178290" "name" => string(38) "Rubytec Shira Cool Drink 0,55 Ltr Blue" "slug" => string(37) "rubytec-shira-cool-drink-055-ltr-blue" "description" => string(0) "" "link" => string(269) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-cool-drink-055- …" "price" => string(5) "26.95" "image" => string(112) "https://www.kampeerwereld.nl/custom/page/page_content_img/732470/32715_rubytec-shira-cool-drink-055-ltr-blue.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) "13706" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) "_Pagination" => object View(2){ 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 _file => string(90) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/general/pagination.php" protected _data => array(5) ( "PassAsGet" => bool FALSE "showPages" => array(7) ( 0 => integer 31 1 => integer 32 2 => integer 33 3 => string(2) "34" 4 => integer 35 5 => integer 36 6 => integer 37 ) "appendUrl" => string(33) "kampeerwinkel/servies-en-eetgerei" "currentPage" => string(2) "34" "totalPages" => float 53 ) }
) }{ 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)
"_Products" => array(18) ( 0 => 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) "16683" "fId" => string(6) "178093" "name" => string(28) "ML Drinkfles met Fruit Inzet" "slug" => string(28) "ml-drinkfles-met-fruit-inzet" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-drinkfles-met-fruit-inzet2 …" "price" => string(4) "3.99" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732273/33570_ml-drinkfles-met-fruit-inzet.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16683" "fId" => string(6) "178093" "name" => string(28) "ML Drinkfles met Fruit Inzet" "slug" => string(28) "ml-drinkfles-met-fruit-inzet" "description" => string(0) "" "link" => string(240) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-drinkfles-met-fruit-inzet2 …" "price" => string(4) "3.99" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732273/33570_ml-drinkfles-met-fruit-inzet.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) "16683" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
1 => 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(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 _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) "16684" "fId" => string(6) "178097" "name" => string(34) "ML Beker Glas met Deksel en Rietje" "slug" => string(34) "ml-beker-glas-met-deksel-en-rietje" "description" => string(0) "" "link" => string(257) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-beker-glas-met-deksel-en-r …" "price" => string(4) "0.99" "image" => string(109) "https://www.kampeerwereld.nl/custom/page/page_content_img/732277/33562_ml-beker-glas-met-deksel-en-rietje.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16684" "fId" => string(6) "178097" "name" => string(34) "ML Beker Glas met Deksel en Rietje" "slug" => string(34) "ml-beker-glas-met-deksel-en-rietje" "description" => string(0) "" "link" => string(257) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-beker-glas-met-deksel-en-r …" "price" => string(4) "0.99" "image" => string(109) "https://www.kampeerwereld.nl/custom/page/page_content_img/732277/33562_ml-beker-glas-met-deksel-en-rietje.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) "16684" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
2 => 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(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 _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) "16685" "fId" => string(6) "178098" "name" => string(34) "ML Standaard Voor Glazen Pot 3L/5L" "slug" => string(33) "ml-standaard-voor-glazen-pot-3l5l" "description" => string(0) "" "link" => string(261) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-standaard-voor-glazen-pot- …" "price" => string(4) "3.99" "image" => string(113) "https://www.kampeerwereld.nl/custom/page/page_content_img/732278/33561_ml-standaard-voor-glazen-pot-3-5-liter.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16685" "fId" => string(6) "178098" "name" => string(34) "ML Standaard Voor Glazen Pot 3L/5L" "slug" => string(33) "ml-standaard-voor-glazen-pot-3l5l" "description" => string(0) "" "link" => string(261) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-standaard-voor-glazen-pot- …" "price" => string(4) "3.99" "image" => string(113) "https://www.kampeerwereld.nl/custom/page/page_content_img/732278/33561_ml-standaard-voor-glazen-pot-3-5-liter.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) "16685" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
3 => 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(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 _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) "13637" "fId" => string(6) "178110" "name" => string(23) "ML Kurkentrekker Chroom" "slug" => string(23) "ml-kurkentrekker-chroom" "description" => string(0) "" "link" => string(227) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-kurkentrekker-chroom-22275 …" "price" => string(4) "4.99" "image" => string(98) "https://www.kampeerwereld.nl/custom/page/page_content_img/732290/33548_ml-kurkentrekker-chroom.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13637" "fId" => string(6) "178110" "name" => string(23) "ML Kurkentrekker Chroom" "slug" => string(23) "ml-kurkentrekker-chroom" "description" => string(0) "" "link" => string(227) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-kurkentrekker-chroom-22275 …" "price" => string(4) "4.99" "image" => string(98) "https://www.kampeerwereld.nl/custom/page/page_content_img/732290/33548_ml-kurkentrekker-chroom.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) "13637" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
4 => 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(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 _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) "13638" "fId" => string(6) "178111" "name" => string(26) "ML Bierfles Opener Magneet" "slug" => string(26) "ml-bierfles-opener-magneet" "description" => string(0) "" "link" => string(235) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-bierfles-opener-magneet-22 …" "price" => string(4) "3.49" "image" => string(101) "https://www.kampeerwereld.nl/custom/page/page_content_img/732291/33547_ml-bierfles-opener-magneet.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13638" "fId" => string(6) "178111" "name" => string(26) "ML Bierfles Opener Magneet" "slug" => string(26) "ml-bierfles-opener-magneet" "description" => string(0) "" "link" => string(235) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-bierfles-opener-magneet-22 …" "price" => string(4) "3.49" "image" => string(101) "https://www.kampeerwereld.nl/custom/page/page_content_img/732291/33547_ml-bierfles-opener-magneet.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) "13638" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
5 => 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(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 _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) "16698" "fId" => string(6) "178183" "name" => string(22) "Koopman Vliegenkap Wit" "slug" => string(22) "koopman-vliegenkap-wit" "description" => string(0) "" "link" => string(226) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fkoopman-vliegenkap-wit-170424 …" "price" => string(4) "1.50" "image" => string(120) "https://www.kampeerwereld.nl/custom/page/page_content_img/732363/33350_excellent-houseware-vliegenkap-pe-wit-30x30cm.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16698" "fId" => string(6) "178183" "name" => string(22) "Koopman Vliegenkap Wit" "slug" => string(22) "koopman-vliegenkap-wit" "description" => string(0) "" "link" => string(226) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fkoopman-vliegenkap-wit-170424 …" "price" => string(4) "1.50" "image" => string(120) "https://www.kampeerwereld.nl/custom/page/page_content_img/732363/33350_excellent-houseware-vliegenkap-pe-wit-30x30cm.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) "16698" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
6 => 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(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 _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) "16702" "fId" => string(6) "178189" "name" => string(23) "ML Keukentang RVS Zwart" "slug" => string(23) "ml-keukentang-rvs-zwart" "description" => string(0) "" "link" => string(229) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-keukentang-rvs-zwart-22274 …" "price" => string(4) "1.99" "image" => string(97) "https://www.kampeerwereld.nl/custom/page/page_content_img/732369/33544_ml-keukentang-rvszwart.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16702" "fId" => string(6) "178189" "name" => string(23) "ML Keukentang RVS Zwart" "slug" => string(23) "ml-keukentang-rvs-zwart" "description" => string(0) "" "link" => string(229) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fml-keukentang-rvs-zwart-22274 …" "price" => string(4) "1.99" "image" => string(97) "https://www.kampeerwereld.nl/custom/page/page_content_img/732369/33544_ml-keukentang-rvszwart.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) "16702" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
7 => 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(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 _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) "16705" "fId" => string(6) "178228" "name" => string(27) "BBQ Koopman Soeplepel Nylon" "slug" => string(27) "bbq-koopman-soeplepel-nylon" "description" => string(0) "" "link" => string(230) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fbbq-soeplepel-nylon-642000080 …" "price" => string(4) "2.99" "image" => string(94) "https://www.kampeerwereld.nl/custom/page/page_content_img/732408/45411_bbq-soeplepel-nylon.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "16705" "fId" => string(6) "178228" "name" => string(27) "BBQ Koopman Soeplepel Nylon" "slug" => string(27) "bbq-koopman-soeplepel-nylon" "description" => string(0) "" "link" => string(230) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Fbbq-soeplepel-nylon-642000080 …" "price" => string(4) "2.99" "image" => string(94) "https://www.kampeerwereld.nl/custom/page/page_content_img/732408/45411_bbq-soeplepel-nylon.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) "16705" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
8 => 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(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 _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) "13674" "fId" => string(6) "178247" "name" => string(28) "Rubytec Panda Bamboo Cutlery" "slug" => string(28) "rubytec-panda-bamboo-cutlery" "description" => string(0) "" "link" => string(238) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-panda-bamboo-cutlery- …" "price" => string(4) "4.95" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732427/32848_rubytec-panda-bamboo-cutlery.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13674" "fId" => string(6) "178247" "name" => string(28) "Rubytec Panda Bamboo Cutlery" "slug" => string(28) "rubytec-panda-bamboo-cutlery" "description" => string(0) "" "link" => string(238) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-panda-bamboo-cutlery- …" "price" => string(4) "4.95" "image" => string(103) "https://www.kampeerwereld.nl/custom/page/page_content_img/732427/32848_rubytec-panda-bamboo-cutlery.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) "13674" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
9 => 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(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 _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) "13681" "fId" => string(6) "178256" "name" => string(33) "Rubytec Boa Tube Squeezer S White" "slug" => string(33) "rubytec-boa-tube-squeezer-s-white" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-w …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732436/32905_rubytec-boa-tube-squeezer-s-white.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13681" "fId" => string(6) "178256" "name" => string(33) "Rubytec Boa Tube Squeezer S White" "slug" => string(33) "rubytec-boa-tube-squeezer-s-white" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-w …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732436/32905_rubytec-boa-tube-squeezer-s-white.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) "13681" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
10 => 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(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 _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) "13682" "fId" => string(6) "178258" "name" => string(32) "Rubytec Boa Tube Squeezer S Blue" "slug" => string(32) "rubytec-boa-tube-squeezer-s-blue" "description" => string(0) "" "link" => string(251) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(107) "https://www.kampeerwereld.nl/custom/page/page_content_img/732438/32903_rubytec-boa-tube-squeezer-s-blue.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13682" "fId" => string(6) "178258" "name" => string(32) "Rubytec Boa Tube Squeezer S Blue" "slug" => string(32) "rubytec-boa-tube-squeezer-s-blue" "description" => string(0) "" "link" => string(251) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(107) "https://www.kampeerwereld.nl/custom/page/page_content_img/732438/32903_rubytec-boa-tube-squeezer-s-blue.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) "13682" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
11 => 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(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 _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) "13683" "fId" => string(6) "178260" "name" => string(33) "Rubytec Boa Tube Squeezer S Green" "slug" => string(33) "rubytec-boa-tube-squeezer-s-green" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-g …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732440/32901_rubytec-boa-tube-squeezer-s-green.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13683" "fId" => string(6) "178260" "name" => string(33) "Rubytec Boa Tube Squeezer S Green" "slug" => string(33) "rubytec-boa-tube-squeezer-s-green" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-g …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732440/32901_rubytec-boa-tube-squeezer-s-green.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) "13683" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
12 => 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(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 _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) "13684" "fId" => string(6) "178262" "name" => string(31) "Rubytec Boa Tube Squeezer S Red" "slug" => string(31) "rubytec-boa-tube-squeezer-s-red" "description" => string(0) "" "link" => string(249) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-r …" "price" => string(4) "2.99" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732442/32899_rubytec-boa-tube-squeezer-s-red.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13684" "fId" => string(6) "178262" "name" => string(31) "Rubytec Boa Tube Squeezer S Red" "slug" => string(31) "rubytec-boa-tube-squeezer-s-red" "description" => string(0) "" "link" => string(249) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-r …" "price" => string(4) "2.99" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732442/32899_rubytec-boa-tube-squeezer-s-red.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) "13684" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
13 => 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(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 _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) "13685" "fId" => string(6) "178264" "name" => string(33) "Rubytec Boa Tube Squeezer S Black" "slug" => string(33) "rubytec-boa-tube-squeezer-s-black" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732444/32897_rubytec-boa-tube-squeezer-s-black.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13685" "fId" => string(6) "178264" "name" => string(33) "Rubytec Boa Tube Squeezer S Black" "slug" => string(33) "rubytec-boa-tube-squeezer-s-black" "description" => string(0) "" "link" => string(253) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-boa-tube-squeezer-s-b …" "price" => string(4) "2.99" "image" => string(108) "https://www.kampeerwereld.nl/custom/page/page_content_img/732444/32897_rubytec-boa-tube-squeezer-s-black.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) "13685" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
14 => 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(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 _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) "13703" "fId" => string(6) "178287" "name" => string(35) "Rubytec Shira Foodcontainer 0.5 Ltr" "slug" => string(34) "rubytec-shira-foodcontainer-05-ltr" "description" => string(0) "" "link" => string(255) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-foodcontainer-0 …" "price" => string(5) "24.95" "image" => string(110) "https://www.kampeerwereld.nl/custom/page/page_content_img/732467/32768_rubytec-shira-foodcontainer-0.5-ltr.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13703" "fId" => string(6) "178287" "name" => string(35) "Rubytec Shira Foodcontainer 0.5 Ltr" "slug" => string(34) "rubytec-shira-foodcontainer-05-ltr" "description" => string(0) "" "link" => string(255) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-foodcontainer-0 …" "price" => string(5) "24.95" "image" => string(110) "https://www.kampeerwereld.nl/custom/page/page_content_img/732467/32768_rubytec-shira-foodcontainer-0.5-ltr.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) "13703" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
15 => 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(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 _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) "13704" "fId" => string(6) "178288" "name" => string(44) "Rubytec Shira Travel Mug Thermosbeker Orange" "slug" => string(44) "rubytec-shira-travel-mug-thermosbeker-orange" "description" => string(0) "" "link" => string(274) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-ther …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732468/32766_rubytec-shira-travel-mug-orange.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13704" "fId" => string(6) "178288" "name" => string(44) "Rubytec Shira Travel Mug Thermosbeker Orange" "slug" => string(44) "rubytec-shira-travel-mug-thermosbeker-orange" "description" => string(0) "" "link" => string(274) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-ther …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732468/32766_rubytec-shira-travel-mug-orange.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) "13704" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
16 => 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(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 _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) "13705" "fId" => string(6) "178289" "name" => string(46) "Rubytec Shira Travel Mug Silver / Thermosbeker" "slug" => string(44) "rubytec-shira-travel-mug-silver-thermosbeker" "description" => string(0) "" "link" => string(283) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-silv …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732469/32764_rubytec-shira-travel-mug-silver.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13705" "fId" => string(6) "178289" "name" => string(46) "Rubytec Shira Travel Mug Silver / Thermosbeker" "slug" => string(44) "rubytec-shira-travel-mug-silver-thermosbeker" "description" => string(0) "" "link" => string(283) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-travel-mug-silv …" "price" => string(5) "14.95" "image" => string(106) "https://www.kampeerwereld.nl/custom/page/page_content_img/732469/32764_rubytec-shira-travel-mug-silver.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) "13705" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
17 => 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(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 _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) "13706" "fId" => string(6) "178290" "name" => string(38) "Rubytec Shira Cool Drink 0,55 Ltr Blue" "slug" => string(37) "rubytec-shira-cool-drink-055-ltr-blue" "description" => string(0) "" "link" => string(269) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-cool-drink-055- …" "price" => string(5) "26.95" "image" => string(112) "https://www.kampeerwereld.nl/custom/page/page_content_img/732470/32715_rubytec-shira-cool-drink-055-ltr-blue.jpg" "purge" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(9) ( "id" => string(5) "13706" "fId" => string(6) "178290" "name" => string(38) "Rubytec Shira Cool Drink 0,55 Ltr Blue" "slug" => string(37) "rubytec-shira-cool-drink-055-ltr-blue" "description" => string(0) "" "link" => string(269) "https://www.kampeerwereld.nl/kampeer/?tt=14070_537502_9780_&r=https%3A%2F%2Fwww.kampeerwereld.nl%2Frubytec-shira-cool-drink-055- …" "price" => string(5) "26.95" "image" => string(112) "https://www.kampeerwereld.nl/custom/page/page_content_img/732470/32715_rubytec-shira-cool-drink-055-ltr-blue.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) "13706" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) "_Pagination" => object View(2){ 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 _file => string(90) "/home/wificampings/htdocs/www.wificampings.nl/application/views/web/general/pagination.php" protected _data => array(5) ( "PassAsGet" => bool FALSE "showPages" => array(7) ( 0 => integer 31 1 => integer 32 2 => integer 33 3 => string(2) "34" 4 => integer 35 5 => integer 36 6 => integer 37 ) "appendUrl" => string(33) "kampeerwinkel/servies-en-eetgerei" "currentPage" => string(2) "34" "totalPages" => float 53 ) }
) public auto_render => bool TRUE public request => 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(67) "https://wificampings.nl/kampeerwinkel/servies-en-eetgerei/pagina-34" protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(40) "kampeerwinkel/<category>(/pagina-<page>)" protected _regex => array(0) protected _defaults => array(6) ( "directory" => string(3) "web" "controller" => string(13) "kampeerwinkel" "action" => string(8) "category" "id" => string(0) "" "slug" => string(0) "" "page" => string(1) "1" ) protected _route_regex => string(81) "#^kampeerwinkel/(?P<category>[^/.,;?\n]++)(?:/pagina-(?P<page>[^/.,;?\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(8) "category" protected _uri => string(43) "kampeerwinkel/servies-en-eetgerei/pagina-34" protected _external => bool FALSE protected _params => array(4) ( "category" => string(19) "servies-en-eetgerei" "page" => string(2) "34" "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(26) "web/kampeerwinkel/category" }{ }
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(67) "https://wificampings.nl/kampeerwinkel/servies-en-eetgerei/pagina-34" protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(40) "kampeerwinkel/<category>(/pagina-<page>)" protected _regex => array(0) protected _defaults => array(6) ( "directory" => string(3) "web" "controller" => string(13) "kampeerwinkel" "action" => string(8) "category" "id" => string(0) "" "slug" => string(0) "" "page" => string(1) "1" ) protected _route_regex => string(81) "#^kampeerwinkel/(?P<category>[^/.,;?\n]++)(?:/pagina-(?P<page>[^/.,;?\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(8) "category" protected _uri => string(43) "kampeerwinkel/servies-en-eetgerei/pagina-34" protected _external => bool FALSE protected _params => array(4) ( "category" => string(19) "servies-en-eetgerei" "page" => string(2) "34" "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(67) "https://wificampings.nl/kampeerwinkel/servies-en-eetgerei/pagina-34" protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(40) "kampeerwinkel/<category>(/pagina-<page>)" protected _regex => array(0) protected _defaults => array(6) ( "directory" => string(3) "web" "controller" => string(13) "kampeerwinkel" "action" => string(8) "category" "id" => string(0) "" "slug" => string(0) "" "page" => string(1) "1" ) protected _route_regex => string(81) "#^kampeerwinkel/(?P<category>[^/.,;?\n]++)(?:/pagina-(?P<page>[^/.,;?\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(8) "category" protected _uri => string(43) "kampeerwinkel/servies-en-eetgerei/pagina-34" protected _external => bool FALSE protected _params => array(4) ( "category" => string(19) "servies-en-eetgerei" "page" => string(2) "34" "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 }