APPPATH/views/products/tablets.php [ 1 ]
1 <?php print View::factory("products/main-menu", array('active'=>$active)); ?>
2 <div class="white-background">
3 <div class="page">
4 <?php
5 if (isset($tablets)) {
6 print View::factory("tablets/banner",
-
APPPATH/views/products/tablets.php [ 1 ] » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(26) "Undefined variable: active"
2
string(72) "/var/www/eurocase.com/public_html/application/views/products/tablets.php"
3
integer 1
4
array(3) ( "kohana_view_filename" => string(72) "/var/www/eurocase.com/public_html/application/views/products/tablets.php" "kohana_view_data" => array(1) ( "tablet" => object Model_Product(35)
{ protected token_key => string(7) "product" protected _has_many => array(6) ( "product_types" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_types" "far_key" => string(15) "product_type_id" "model" => string(12) "Product_Type" ) "images" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "image_id" "model" => string(13) "Product_Image" ) "descriptions" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(19) "Product_Description" ) "attributes" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "products_attributes" "far_key" => string(12) "attribute_id" "model" => string(17) "Product_Attribute" ) "colors" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "color_id" "model" => string(13) "Product_Color" ) "compatibilities" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(24) "products_compatibilities" "far_key" => string(16) "compatibility_id" "model" => string(21) "Product_Compatibility" ) ) protected _has_one => array(1) ( "file" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(12) "Product_File" ) ) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "162" "price" => string(0) "" "manual" => string(25) "manual-tabi-eutb-745n.rar" "driver" => string(0) "" "active" => string(1) "1" "position" => string(2) "41" "video" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "162" "price" => string(0) "" "manual" => string(25) "manual-tabi-eutb-745n.rar" "driver" => string(0) "" "active" => string(1) "1" "position" => string(2) "41" "video" => NULL ) 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(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _table_columns => array(7) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "price" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "price" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manual" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "manual" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "driver" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "driver" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "45" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "video" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_spanish_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) "162" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) "tablet" => object Model_Product(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(7) "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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(7) "product" protected _has_many => array(6) ( "product_types" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_types" "far_key" => string(15) "product_type_id" "model" => string(12) "Product_Type" ) "images" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "image_id" "model" => string(13) "Product_Image" ) "descriptions" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(19) "Product_Description" ) "attributes" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "products_attributes" "far_key" => string(12) "attribute_id" "model" => string(17) "Product_Attribute" ) "colors" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "color_id" "model" => string(13) "Product_Color" ) "compatibilities" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(24) "products_compatibilities" "far_key" => string(16) "compatibility_id" "model" => string(21) "Product_Compatibility" ) ) protected _has_one => array(1) ( "file" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(12) "Product_File" ) ) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "162" "price" => string(0) "" "manual" => string(25) "manual-tabi-eutb-745n.rar" "driver" => string(0) "" "active" => string(1) "1" "position" => string(2) "41" "video" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "162" "price" => string(0) "" "manual" => string(25) "manual-tabi-eutb-745n.rar" "driver" => string(0) "" "active" => string(1) "1" "position" => string(2) "41" "video" => NULL ) 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(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _table_columns => array(7) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "price" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "price" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manual" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "manual" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "driver" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "driver" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "45" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "video" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_spanish_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) "162" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(7) "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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }1 <?php print View::factory("products/main-menu", array('active'=>$active)); ?> 2 <div class="white-background"> 3 <div class="page"> 4 <?php 5 if (isset($tablets)) { 6 print View::factory("tablets/banner",
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(72) "/var/www/eurocase.com/public_html/application/views/products/tablets.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(72) "/var/www/eurocase.com/public_html/application/views/products/tablets.php"
1
array(1) ( "tablet" => object Model_Product(35)
{ protected token_key => string(7) "product" protected _has_many => array(6) ( "product_types" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_types" "far_key" => string(15) "product_type_id" "model" => string(12) "Product_Type" ) "images" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "image_id" "model" => string(13) "Product_Image" ) "descriptions" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(19) "Product_Description" ) "attributes" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "products_attributes" "far_key" => string(12) "attribute_id" "model" => string(17) "Product_Attribute" ) "colors" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "color_id" "model" => string(13) "Product_Color" ) "compatibilities" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(24) "products_compatibilities" "far_key" => string(16) "compatibility_id" "model" => string(21) "Product_Compatibility" ) ) protected _has_one => array(1) ( "file" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(12) "Product_File" ) ) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "162" "price" => string(0) "" "manual" => string(25) "manual-tabi-eutb-745n.rar" "driver" => string(0) "" "active" => string(1) "1" "position" => string(2) "41" "video" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "162" "price" => string(0) "" "manual" => string(25) "manual-tabi-eutb-745n.rar" "driver" => string(0) "" "active" => string(1) "1" "position" => string(2) "41" "video" => NULL ) 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(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _table_columns => array(7) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "price" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "price" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manual" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "manual" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "driver" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "driver" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "45" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "video" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_spanish_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) "162" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(7) "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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 } // End View
-
SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 /** 233 * Display the exception message.
-
APPPATH/views/template.php [ 169 ] » Kohana_View->__toString()
164 <!-- /navbar-inner --> 165 </div> 166 </div> 167 <!-- /#page --> 168 </div> 169 <?php print $content; ?> 170 <div class="footer"> 171 <div class="page row"> 172 <div class="follow-menu span2"> 173 <b><?php echo __('header.menu.followUs');?> </b> 174 <div class="follow-foot facebook">
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(64) "/var/www/eurocase.com/public_html/application/views/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(64) "/var/www/eurocase.com/public_html/application/views/template.php"
1
array(13) ( "langId" => NULL "headerData" => object Model_Page(35)
{ protected token_key => string(4) "page" protected _belongs_to => array(1) ( "page" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(4) "Page" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "167" "uri" => string(25) "Products/tabi_detalle/162" "uri_en" => NULL "uri_es" => NULL "uri_pr" => NULL "indexed" => string(0) "" "followed" => string(0) "" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "167" "uri" => string(25) "Products/tabi_detalle/162" "uri_en" => NULL "uri_es" => NULL "uri_pr" => NULL "indexed" => string(0) "" "followed" => string(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(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(7) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "uri" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "uri" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "uri_en" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "uri_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "uri_es" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "uri_es" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "uri_pr" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "uri_pr" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "indexed" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "indexed" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "followed" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "followed" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_general_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) "167" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"styles" => object View(2){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(4) "page" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(68) "/var/www/eurocase.com/public_html/application/views/utils/styles.php" protected _data => array(1) ( "files" => array(6) ( 0 => string(4) "main" 1 => string(9) "main-menu" 2 => string(5) "login" 3 => string(8) "products" 4 => string(7) "tablets" 5 => string(14) "product-social" ) ) }
"scripts" => object View(2){ protected _file => string(69) "/var/www/eurocase.com/public_html/application/views/utils/scripts.php" protected _data => array(2) ( "extFiles" => array(0) "files" => array(5) ( 0 => string(13) "bootstrap.min" 1 => string(16) "jquery.quicksand" 2 => string(5) "share" 3 => string(32) "jquery.carouFredSel-6.2.1-packed" 4 => string(14) "banner-tablets" ) ) }
"productTypes" => array(18) ( 0 => object Model_Product_Type(35){ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(1) "7" "in_menu" => string(1) "Y" "position" => string(1) "7" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(1) "7" "in_menu" => string(1) "Y" "position" => string(1) "7" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(1) "7" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
1 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "13" "in_menu" => string(1) "Y" "position" => string(2) "13" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "13" "in_menu" => string(1) "Y" "position" => string(2) "13" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "13" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
2 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "31" "in_menu" => string(1) "Y" "position" => string(2) "31" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "31" "in_menu" => string(1) "Y" "position" => string(2) "31" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "31" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
3 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "63" "in_menu" => string(1) "Y" "position" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "63" "in_menu" => string(1) "Y" "position" => 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "63" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
4 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "44" "in_menu" => string(1) "Y" "position" => string(2) "44" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "44" "in_menu" => string(1) "Y" "position" => string(2) "44" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "44" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
5 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(1) "2" "in_menu" => string(1) "Y" "position" => string(1) "2" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(1) "2" "in_menu" => string(1) "Y" "position" => string(1) "2" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(1) "2" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
6 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "12" "in_menu" => string(1) "Y" "position" => string(2) "12" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "12" "in_menu" => string(1) "Y" "position" => string(2) "12" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "12" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
7 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "33" "in_menu" => string(1) "Y" "position" => string(2) "33" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "33" "in_menu" => string(1) "Y" "position" => string(2) "33" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "33" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
8 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "64" "in_menu" => string(1) "Y" "position" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "64" "in_menu" => string(1) "Y" "position" => 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "64" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
9 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "66" "in_menu" => string(1) "Y" "position" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "66" "in_menu" => string(1) "Y" "position" => 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "66" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
10 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "17" "in_menu" => string(1) "Y" "position" => string(2) "17" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "17" "in_menu" => string(1) "Y" "position" => string(2) "17" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "17" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
11 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "11" "in_menu" => string(1) "Y" "position" => string(2) "11" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "11" "in_menu" => string(1) "Y" "position" => string(2) "11" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "11" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
12 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "16" "in_menu" => string(1) "Y" "position" => string(2) "16" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "16" "in_menu" => string(1) "Y" "position" => string(2) "16" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "16" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
13 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "62" "in_menu" => string(1) "Y" "position" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "62" "in_menu" => string(1) "Y" "position" => 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "62" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
14 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "37" "in_menu" => string(1) "Y" "position" => string(2) "37" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "37" "in_menu" => string(1) "Y" "position" => string(2) "37" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "37" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
15 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "60" "in_menu" => string(1) "Y" "position" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "60" "in_menu" => string(1) "Y" "position" => 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "60" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
16 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(1) "1" "in_menu" => string(1) "Y" "position" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(1) "1" "in_menu" => string(1) "Y" "position" => string(1) "1" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
17 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(1) "8" "in_menu" => string(1) "Y" "position" => string(1) "8" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(1) "8" "in_menu" => string(1) "Y" "position" => string(1) "8" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(1) "8" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) "regions" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 4 protected _query => string(55) "SELECT `region`.`id` AS `id` FROM `regions` AS `region`" protected _result => object mysqli_result(5)
"titleDefault" => string(8) "Eurocase" "adminMenu" => string(0) "" "isPartner" => bool FALSE "seoMenu" => string(0) "" "head_title" => string(19) "Products - Eurocase" "content" => object View(2){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 4 protected _current_row => integer 4 protected _as_object => string(12) "Model_Region" protected _object_params => NULL }{ protected _file => string(72) "/var/www/eurocase.com/public_html/application/views/products/tablets.php" protected _data => array(1) ( "tablet" => object Model_Product(35)
"description" => string(26) "Tabi EUTB-745N - Eurocase." ){ protected token_key => string(7) "product" protected _has_many => array(6) ( "product_types" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_types" "far_key" => string(15) "product_type_id" "model" => string(12) "Product_Type" ) "images" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "image_id" "model" => string(13) "Product_Image" ) "descriptions" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(19) "Product_Description" ) "attributes" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "products_attributes" "far_key" => string(12) "attribute_id" "model" => string(17) "Product_Attribute" ) "colors" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "color_id" "model" => string(13) "Product_Color" ) "compatibilities" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(24) "products_compatibilities" "far_key" => string(16) "compatibility_id" "model" => string(21) "Product_Compatibility" ) ) protected _has_one => array(1) ( "file" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(12) "Product_File" ) ) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "162" "price" => string(0) "" "manual" => string(25) "manual-tabi-eutb-745n.rar" "driver" => string(0) "" "active" => string(1) "1" "position" => string(2) "41" "video" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "162" "price" => string(0) "" "manual" => string(25) "manual-tabi-eutb-745n.rar" "driver" => string(0) "" "active" => string(1) "1" "position" => string(2) "41" "video" => NULL ) 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(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _table_columns => array(7) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "price" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "price" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manual" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "manual" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "driver" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "driver" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "45" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "video" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_spanish_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) "162" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) }{ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(7) "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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 } // End View
-
SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_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_Products(4)
{ public template => object View(2)
{ protected _file => string(64) "/var/www/eurocase.com/public_html/application/views/template.php" protected _data => array(13) ( "langId" => NULL "headerData" => object Model_Page(35)
public auto_render => bool TRUE public request => object Request(19){ protected token_key => string(4) "page" protected _belongs_to => array(1) ( "page" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(4) "Page" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "167" "uri" => string(25) "Products/tabi_detalle/162" "uri_en" => NULL "uri_es" => NULL "uri_pr" => NULL "indexed" => string(0) "" "followed" => string(0) "" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "167" "uri" => string(25) "Products/tabi_detalle/162" "uri_en" => NULL "uri_es" => NULL "uri_pr" => NULL "indexed" => string(0) "" "followed" => string(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(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(7) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "uri" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "uri" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "uri_en" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "uri_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "uri_es" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "uri_es" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "uri_pr" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "uri_pr" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "indexed" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "indexed" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "followed" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "followed" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "10" "collation_name" => string(15) "utf8_general_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) "167" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"styles" => object View(2){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(4) "page" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(68) "/var/www/eurocase.com/public_html/application/views/utils/styles.php" protected _data => array(1) ( "files" => array(6) ( 0 => string(4) "main" 1 => string(9) "main-menu" 2 => string(5) "login" 3 => string(8) "products" 4 => string(7) "tablets" 5 => string(14) "product-social" ) ) }
"scripts" => object View(2){ protected _file => string(69) "/var/www/eurocase.com/public_html/application/views/utils/scripts.php" protected _data => array(2) ( "extFiles" => array(0) "files" => array(5) ( 0 => string(13) "bootstrap.min" 1 => string(16) "jquery.quicksand" 2 => string(5) "share" 3 => string(32) "jquery.carouFredSel-6.2.1-packed" 4 => string(14) "banner-tablets" ) ) }
"productTypes" => array(18) ( 0 => object Model_Product_Type(35){ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(1) "7" "in_menu" => string(1) "Y" "position" => string(1) "7" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(1) "7" "in_menu" => string(1) "Y" "position" => string(1) "7" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(1) "7" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
1 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "13" "in_menu" => string(1) "Y" "position" => string(2) "13" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "13" "in_menu" => string(1) "Y" "position" => string(2) "13" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "13" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
2 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "31" "in_menu" => string(1) "Y" "position" => string(2) "31" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "31" "in_menu" => string(1) "Y" "position" => string(2) "31" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "31" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
3 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "63" "in_menu" => string(1) "Y" "position" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "63" "in_menu" => string(1) "Y" "position" => 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "63" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
4 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "44" "in_menu" => string(1) "Y" "position" => string(2) "44" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "44" "in_menu" => string(1) "Y" "position" => string(2) "44" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "44" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
5 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(1) "2" "in_menu" => string(1) "Y" "position" => string(1) "2" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(1) "2" "in_menu" => string(1) "Y" "position" => string(1) "2" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(1) "2" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
6 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "12" "in_menu" => string(1) "Y" "position" => string(2) "12" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "12" "in_menu" => string(1) "Y" "position" => string(2) "12" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "12" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
7 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "33" "in_menu" => string(1) "Y" "position" => string(2) "33" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "33" "in_menu" => string(1) "Y" "position" => string(2) "33" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "33" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
8 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "64" "in_menu" => string(1) "Y" "position" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "64" "in_menu" => string(1) "Y" "position" => 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "64" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
9 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "66" "in_menu" => string(1) "Y" "position" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "66" "in_menu" => string(1) "Y" "position" => 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "66" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
10 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "17" "in_menu" => string(1) "Y" "position" => string(2) "17" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "17" "in_menu" => string(1) "Y" "position" => string(2) "17" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "17" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
11 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "11" "in_menu" => string(1) "Y" "position" => string(2) "11" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "11" "in_menu" => string(1) "Y" "position" => string(2) "11" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "11" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
12 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "16" "in_menu" => string(1) "Y" "position" => string(2) "16" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "16" "in_menu" => string(1) "Y" "position" => string(2) "16" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "16" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
13 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "62" "in_menu" => string(1) "Y" "position" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "62" "in_menu" => string(1) "Y" "position" => 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "62" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
14 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "37" "in_menu" => string(1) "Y" "position" => string(2) "37" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "37" "in_menu" => string(1) "Y" "position" => string(2) "37" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "37" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
15 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "60" "in_menu" => string(1) "Y" "position" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "60" "in_menu" => string(1) "Y" "position" => 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(2) "60" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
16 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(1) "1" "in_menu" => string(1) "Y" "position" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(1) "1" "in_menu" => string(1) "Y" "position" => string(1) "1" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
17 => object Model_Product_Type(35){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected token_key => string(12) "product.type" protected _has_many => array(3) ( "description" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(24) "Product_Type_Description" ) "types" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(19) "product_types_types" "far_key" => string(7) "type_id" "model" => string(12) "Product_Type" ) "products" => array(4) ( "foreign_key" => string(15) "product_type_id" "through" => string(14) "products_types" "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(1) "8" "in_menu" => string(1) "Y" "position" => string(1) "8" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(1) "8" "in_menu" => string(1) "Y" "position" => string(1) "8" ) 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(12) "product_type" protected _object_plural => string(13) "product_types" protected _table_name => string(13) "product_types" protected _table_columns => array(3) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "in_menu" => array(13) ( "type" => string(6) "string" "exact" => bool TRUE "column_name" => string(7) "in_menu" "column_default" => string(1) "N" "data_type" => string(4) "char" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "1" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "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(1) "8" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) "regions" => object Database_MySQLi_Result(7){ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(12) "product_type" }{ 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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _internal_row => integer 4 protected _query => string(55) "SELECT `region`.`id` AS `id` FROM `regions` AS `region`" protected _result => object mysqli_result(5)
"titleDefault" => string(8) "Eurocase" "adminMenu" => string(0) "" "isPartner" => bool FALSE "seoMenu" => string(0) "" "head_title" => string(19) "Products - Eurocase" "content" => object View(2){ public current_field => NULL public field_count => NULL public lengths => NULL public num_rows => NULL public type => NULL }
protected _total_rows => integer 4 protected _current_row => integer 4 protected _as_object => string(12) "Model_Region" protected _object_params => NULL }{ protected _file => string(72) "/var/www/eurocase.com/public_html/application/views/products/tablets.php" protected _data => array(1) ( "tablet" => object Model_Product(35)
"description" => string(26) "Tabi EUTB-745N - Eurocase." ) }{ protected token_key => string(7) "product" protected _has_many => array(6) ( "product_types" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_types" "far_key" => string(15) "product_type_id" "model" => string(12) "Product_Type" ) "images" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "image_id" "model" => string(13) "Product_Image" ) "descriptions" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(14) "description_id" "model" => string(19) "Product_Description" ) "attributes" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "products_attributes" "far_key" => string(12) "attribute_id" "model" => string(17) "Product_Attribute" ) "colors" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "color_id" "model" => string(13) "Product_Color" ) "compatibilities" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(24) "products_compatibilities" "far_key" => string(16) "compatibility_id" "model" => string(21) "Product_Compatibility" ) ) protected _has_one => array(1) ( "file" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(12) "Product_File" ) ) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => string(3) "162" "price" => string(0) "" "manual" => string(25) "manual-tabi-eutb-745n.rar" "driver" => string(0) "" "active" => string(1) "1" "position" => string(2) "41" "video" => NULL ) protected _changed => array(0) protected _original_values => array(7) ( "id" => string(3) "162" "price" => string(0) "" "manual" => string(25) "manual-tabi-eutb-745n.rar" "driver" => string(0) "" "active" => string(1) "1" "position" => string(2) "41" "video" => NULL ) 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(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _table_columns => array(7) ( "id" => array(13) ( "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 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "price" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "price" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "10" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manual" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "manual" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "driver" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "driver" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_spanish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "45" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "video" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "50" "collation_name" => string(17) "latin1_spanish_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) "162" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) }{ protected _connection_id => string(40) "51502808a229c74c53e84efd642c63d49b863ada" protected _identifier => string(1) "`" public last_query => string(260) "SELECT `translation`.`id` AS `id`, `translation`.`token` AS `token`, `translation`.`text_en` AS `text_en`, `translation`.`text_e …" 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(7) "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(5) ( "type" => string(6) "MySQLi" "connection" => array(5) ( "hostname" => string(9) "localhost" "database" => string(15) "csaintno_kohana" "port" => NULL "socket" => NULL "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "home" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(8) "Products" protected _action => string(12) "tabi_detalle" protected _uri => string(25) "Products/tabi_detalle/162" protected _external => bool FALSE protected _params => array(1) ( "id" => string(3) "162" ) 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)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => NULL }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/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "home" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(8) "Products" protected _action => string(12) "tabi_detalle" protected _uri => string(25) "Products/tabi_detalle/162" protected _external => bool FALSE protected _params => array(1) ( "id" => string(3) "162" ) 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 => NULL }109 $orig_response = $response = Response::factory(); 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 [ 990 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(4) "home" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(8) "Products" protected _action => string(12) "tabi_detalle" protected _uri => string(25) "Products/tabi_detalle/162" protected _external => bool FALSE protected _params => array(1) ( "id" => string(3) "162" ) 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) }
}985 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 986 ':uri' => $this->_uri, 987 )); 988 } 989 990 return $this->_client->execute($this); 991 } 992 993 /** 994 * Returns whether this request is the initial request Kohana received. 995 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 117 ] » Kohana_Request->execute()
112 /** 113 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 114 * If no source is specified, the URI will be automatically detected. 115 */ 116 $request = Request::factory(TRUE, array(), FALSE) 117 ->execute() 118 ->send_headers(TRUE); 119 120 if ($request->status() === 404) { 121 $request = Request::factory('Error')->execute(); 122 }