APPPATH/views/Category/Index.php [ 402 ]
397 <input type="text" style="display: none"
398 class="qty_<?php echo $product->id; ?>" id="qty_<?php echo $product->id; ?>"
399 name="qty" value="1">
400 <button type="button" id="button-cart" data-loading-text="Dodaje..."
401 class="btn btn-primary btn-lg btn-block optn_btn"
402 onclick="addToCart(<?php echo $product->id; ?>, $('#qty_<?php echo $product->id; ?>').val(),<?php echo $collection_main->id; ?>);"
403 style="background:rgba(204, 0, 0, 0.9);border-radius: 5px! important;padding: 3px; font-size:12px;">
404 <i class="fa fa-shopping-cart fa-2" style="color: white;font-size: 18px;"></i> Do
405 koszyka
406 </button>
407 </div>
-
APPPATH/views/Category/Index.php [ 402 ] » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(35) "Undefined variable: collection_main"
2
string(84) "/home/admin/domains/ekomeble.com.pl/public_html/application/views/Category/Index.php"
3
integer 402
4
array(18) ( "kohana_view_filename" => string(84) "/home/admin/domains/ekomeble.com.pl/public_html/application/views/Category/Index.php" "kohana_view_data" => array(6) ( "categories" => object Database_MySQL_Result(7)
{ protected _internal_row => integer 0 protected _query => string(580) "SELECT `category`.`id` AS `id`, `category`.`name` AS `name`, `category`.`show_name` AS `show_name`, `category`.`parent_id` AS `p …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(14) "Model_Category" protected _object_params => NULL }
"category_main" => object Model_Category(35){ public return_array => array(0) protected _has_many => array(3) ( "labels" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(8) "label_id" "model" => string(14) "label_category" ) "photos" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(14) "category_photo" ) "category_langs" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(16) "category_lang_id" "model" => string(13) "category_lang" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(13) ( "id" => string(2) "36" "name" => string(27) "PROMOCJE - MEBLE SKRZYNIOWE" "show_name" => string(1) "0" "parent_id" => string(2) "26" "description" => string(0) "" "active" => string(1) "1" "order" => string(2) "11" "slug" => string(0) "" "meta_title" => string(25) "promocje-meble-skrzyniowe" "meta_description" => string(0) "" "filter" => string(1) "0" "filter_sort" => string(0) "" "id_shop" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(13) ( "id" => string(2) "36" "name" => string(27) "PROMOCJE - MEBLE SKRZYNIOWE" "show_name" => string(1) "0" "parent_id" => string(2) "26" "description" => string(0) "" "active" => string(1) "1" "order" => string(2) "11" "slug" => string(0) "" "meta_title" => string(25) "promocje-meble-skrzyniowe" "meta_description" => string(0) "" "filter" => string(1) "0" "filter_sort" => string(0) "" "id_shop" => 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(8) "category" protected _object_plural => string(10) "categories" protected _table_name => string(10) "categories" protected _table_columns => array(13) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "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" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_name" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "show_name" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_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 FALSE "ordinal_position" => integer 6 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "350" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "meta_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "filter" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "filter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "filter_sort" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "filter_sort" "column_default" => NULL "data_type" => string(3) "set" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(17) "latin1_swedish_ci" "options" => array(4) ( 0 => string(10) "collection" 1 => string(7) "product" 2 => string(18) "collection_product" 3 => string(0) "" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_shop" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "id_shop" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "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) "36" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"collections" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "afa87c2a70b17d84d678da00c2fbd1089b02c2de" protected _identifier => string(1) "`" public last_query => string(425) "SELECT `feature_value`.`id` AS `id`, `feature_value`.`id_feature` AS `id_feature`, `feature_value`.`custom` AS `custom`, `featur …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(14) "admin_ekomeble" "persistent" => string(0) "" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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(8) "category" }{ protected _internal_row => integer 0 protected _query => string(858) "SELECT `collection`.`id` AS `id`, `collection`.`name` AS `name`, `collection`.`active` AS `active`, `collection`.`meta_title` AS …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(16) "Model_Collection" protected _object_params => NULL }
"products" => object Database_MySQL_Result(7){ protected _internal_row => integer 1 protected _query => string(5029) "SELECT `product_langs`.`name` AS `lang_name`, `product`.`id` AS `id`, `product`.`id_manufacturer` AS `id_manufacturer`, `product …" protected _result => resource(mysql result) protected _total_rows => integer 93 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }
"manufacturer_slug" => bool FALSE "pocket_menu" => object View(2){ protected _file => string(91) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/PocketMenu.php" protected _data => array(0) }
) "categories" => object Database_MySQL_Result(7){ protected _internal_row => integer 0 protected _query => string(580) "SELECT `category`.`id` AS `id`, `category`.`name` AS `name`, `category`.`show_name` AS `show_name`, `category`.`parent_id` AS `p …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(14) "Model_Category" protected _object_params => NULL }
"category_main" => object Model_Category(35){ public return_array => array(0) protected _has_many => array(3) ( "labels" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(8) "label_id" "model" => string(14) "label_category" ) "photos" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(14) "category_photo" ) "category_langs" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(16) "category_lang_id" "model" => string(13) "category_lang" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(13) ( "id" => string(2) "36" "name" => string(27) "PROMOCJE - MEBLE SKRZYNIOWE" "show_name" => string(1) "0" "parent_id" => string(2) "26" "description" => string(0) "" "active" => string(1) "1" "order" => string(2) "11" "slug" => string(0) "" "meta_title" => string(25) "promocje-meble-skrzyniowe" "meta_description" => string(0) "" "filter" => string(1) "0" "filter_sort" => string(0) "" "id_shop" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(13) ( "id" => string(2) "36" "name" => string(27) "PROMOCJE - MEBLE SKRZYNIOWE" "show_name" => string(1) "0" "parent_id" => string(2) "26" "description" => string(0) "" "active" => string(1) "1" "order" => string(2) "11" "slug" => string(0) "" "meta_title" => string(25) "promocje-meble-skrzyniowe" "meta_description" => string(0) "" "filter" => string(1) "0" "filter_sort" => string(0) "" "id_shop" => 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(8) "category" protected _object_plural => string(10) "categories" protected _table_name => string(10) "categories" protected _table_columns => array(13) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "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" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_name" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "show_name" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_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 FALSE "ordinal_position" => integer 6 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "350" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "meta_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "filter" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "filter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "filter_sort" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "filter_sort" "column_default" => NULL "data_type" => string(3) "set" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(17) "latin1_swedish_ci" "options" => array(4) ( 0 => string(10) "collection" 1 => string(7) "product" 2 => string(18) "collection_product" 3 => string(0) "" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_shop" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "id_shop" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "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) "36" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"collections" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "afa87c2a70b17d84d678da00c2fbd1089b02c2de" protected _identifier => string(1) "`" public last_query => string(425) "SELECT `feature_value`.`id` AS `id`, `feature_value`.`id_feature` AS `id_feature`, `feature_value`.`custom` AS `custom`, `featur …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(14) "admin_ekomeble" "persistent" => string(0) "" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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(8) "category" }{ protected _internal_row => integer 0 protected _query => string(858) "SELECT `collection`.`id` AS `id`, `collection`.`name` AS `name`, `collection`.`active` AS `active`, `collection`.`meta_title` AS …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(16) "Model_Collection" protected _object_params => NULL }
"products" => object Database_MySQL_Result(7){ protected _internal_row => integer 1 protected _query => string(5029) "SELECT `product_langs`.`name` AS `lang_name`, `product`.`id` AS `id`, `product`.`id_manufacturer` AS `id_manufacturer`, `product …" protected _result => resource(mysql result) protected _total_rows => integer 93 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }
"manufacturer_slug" => bool FALSE "pocket_menu" => object View(2){ protected _file => string(91) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/PocketMenu.php" protected _data => array(0) }
"is_something" => integer 0 "man_array" => array(2) ( 826 => array(2) ( 75 => integer 75 24 => integer 24 ) 849 => array(2) ( 73 => integer 73 74 => integer 74 ) ) "manufacturers" => object Database_MySQL_Result(7){ protected _internal_row => integer 0 protected _query => string(2086) "SELECT `manufacturer`.`id` AS `id`, `manufacturer`.`name` AS `name`, `manufacturer`.`photo` AS `photo`, `manufacturer`.`inMenu` …" protected _result => resource(mysql result) protected _total_rows => integer 12 protected _current_row => integer 0 protected _as_object => string(18) "Model_Manufacturer" protected _object_params => NULL }
"manufacturers2" => object Database_MySQL_Result(7){ protected _internal_row => integer 0 protected _query => string(1857) "SELECT `manufacturer`.`id` AS `id`, `manufacturer`.`name` AS `name`, `manufacturer`.`photo` AS `photo`, `manufacturer`.`inMenu` …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(18) "Model_Manufacturer" protected _object_params => NULL }
"is_header" => bool FALSE "i" => integer 0 "product" => object Model_Product(34){ protected _belongs_to => array(1) ( "manufacturer" => array(2) ( "foreign_key" => string(15) "id_manufacturer" "model" => string(12) "manufacturer" ) ) protected _has_many => array(3) ( "promotions" => array(4) ( "foreign_key" => string(10) "id_product" "through" => NULL "far_key" => string(12) "promotion_id" "model" => string(17) "product_promotion" ) "promotion_hours" => array(4) ( "foreign_key" => string(10) "id_product" "through" => NULL "far_key" => string(17) "promotion_hour_id" "model" => string(22) "product_promotion_hour" ) "collections" => array(4) ( "foreign_key" => string(10) "id_product" "through" => NULL "far_key" => string(13) "collection_id" "model" => string(21) "product_to_collection" ) ) protected _has_one => array(4) ( "promotion" => array(2) ( "foreign_key" => string(10) "id_product" "model" => string(17) "product_promotion" ) "promotion_hour" => array(2) ( "foreign_key" => string(10) "id_product" "model" => string(22) "product_promotion_hour" ) "modify" => array(2) ( "foreign_key" => string(10) "id_product" "model" => string(14) "product_modify" ) "subproduct" => array(2) ( "foreign_key" => string(10) "id_product" "model" => string(10) "subproduct" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(62) ( "id" => string(5) "13828" "id_manufacturer" => string(6) "215790" "code" => string(20) "DEK-ATL-DP-T26-SZRTV" "price_net" => string(7) "2231.71" "price_gross" => string(7) "2745.00" "price_retail" => string(7) "3484.00" "width" => string(3) "0.0" "height" => string(3) "0.0" "depth" => string(3) "0.0" "weight" => string(3) "0.0" "availability" => string(2) "15" "active" => string(1) "1" "date_add" => string(19) "0000-00-00 00:00:00" "date_upd" => string(19) "0000-00-00 00:00:00" "new" => string(1) "0" "new_date" => string(10) "2021-05-24" "bestseller" => string(1) "1" "instruction" => string(0) "" "id_user" => string(1) "0" "id_shop" => string(1) "1" "id_url" => string(0) "" "url" => string(0) "" "manufacturer_removed" => string(1) "0" "pricegroup1" => string(7) "2324.00" "pricegroup2" => string(7) "2324.00" "pricegroup3" => string(7) "2324.00" "pricegroup4" => string(7) "2324.00" "pricegroup5" => string(7) "2324.00" "pricegroup6" => string(7) "2324.00" "pricegroup7" => string(7) "2324.00" "pricegroup8" => string(7) "2324.00" "pricegroup9" => string(7) "2324.00" "pricegroup10" => string(7) "2324.00" "vat" => string(2) "23" "force_price" => string(1) "0" "status_id" => string(1) "0" "pricegroup11" => string(7) "2324.00" "pricegroup12" => string(7) "2324.00" "pricegroup13" => string(7) "2324.00" "pricegroup14" => string(7) "2324.00" "pricegroup15" => string(7) "2324.00" "pricegroup16" => string(7) "2324.00" "pricegroup17" => string(7) "2324.00" "pricegroup18" => string(7) "2324.00" "pricegroup19" => string(7) "2324.00" "pricegroup20" => string(7) "2324.00" "pricegroup21" => string(7) "2324.00" "pricegroup22" => string(7) "2324.00" "pricegroup23" => string(7) "2324.00" "pricegroup24" => string(7) "2324.00" "pricegroup25" => string(7) "2324.00" "raty" => string(1) "4" "promotion_type" => string(1) "0" "merchant" => string(1) "0" "transport_free" => string(1) "1" "negotiation" => string(1) "1" "quantity" => string(1) "1" "id_domexpo" => string(5) "15224" "subiekt_code" => string(20) "DEK-ATL-DP-T26-SZRTV" "wariant" => string(1) "1" "ean" => string(0) "" "lang_name" => string(34) "ATLANTA T26 SZAFKA RTV DĄB PALONY" ) protected _changed => array(0) protected _original_values => array(62) ( "id" => string(5) "13828" "id_manufacturer" => string(6) "215790" "code" => string(20) "DEK-ATL-DP-T26-SZRTV" "price_net" => string(7) "2231.71" "price_gross" => string(7) "2745.00" "price_retail" => string(7) "3484.00" "width" => string(3) "0.0" "height" => string(3) "0.0" "depth" => string(3) "0.0" "weight" => string(3) "0.0" "availability" => string(2) "15" "active" => string(1) "1" "date_add" => string(19) "0000-00-00 00:00:00" "date_upd" => string(19) "0000-00-00 00:00:00" "new" => string(1) "0" "new_date" => string(10) "2021-05-24" "bestseller" => string(1) "1" "instruction" => string(0) "" "id_user" => string(1) "0" "id_shop" => string(1) "1" "id_url" => string(0) "" "url" => string(0) "" "manufacturer_removed" => string(1) "0" "pricegroup1" => string(7) "2324.00" "pricegroup2" => string(7) "2324.00" "pricegroup3" => string(7) "2324.00" "pricegroup4" => string(7) "2324.00" "pricegroup5" => string(7) "2324.00" "pricegroup6" => string(7) "2324.00" "pricegroup7" => string(7) "2324.00" "pricegroup8" => string(7) "2324.00" "pricegroup9" => string(7) "2324.00" "pricegroup10" => string(7) "2324.00" "vat" => string(2) "23" "force_price" => string(1) "0" "status_id" => string(1) "0" "pricegroup11" => string(7) "2324.00" "pricegroup12" => string(7) "2324.00" "pricegroup13" => string(7) "2324.00" "pricegroup14" => string(7) "2324.00" "pricegroup15" => string(7) "2324.00" "pricegroup16" => string(7) "2324.00" "pricegroup17" => string(7) "2324.00" "pricegroup18" => string(7) "2324.00" "pricegroup19" => string(7) "2324.00" "pricegroup20" => string(7) "2324.00" "pricegroup21" => string(7) "2324.00" "pricegroup22" => string(7) "2324.00" "pricegroup23" => string(7) "2324.00" "pricegroup24" => string(7) "2324.00" "pricegroup25" => string(7) "2324.00" "raty" => string(1) "4" "promotion_type" => string(1) "0" "merchant" => string(1) "0" "transport_free" => string(1) "1" "negotiation" => string(1) "1" "quantity" => string(1) "1" "id_domexpo" => string(5) "15224" "subiekt_code" => string(20) "DEK-ATL-DP-T26-SZRTV" "wariant" => string(1) "1" "ean" => string(0) "" "lang_name" => string(34) "ATLANTA T26 SZAFKA RTV DĄB PALONY" ) protected _related => array(1) ( "manufacturer" => object Model_Manufacturer(34)
"name" => string(34) "ATLANTA T26 SZAFKA RTV DĄB PALONY" "url" => string(48) "/Produkt/Atlanta-t26-szafka-rtv-dab-palony-13828" "img" => string(87) "/media/images/product/watermarked/small/1621868148_1617971403_ETYKIETA WYCIĘTA (4).jpg" ){ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(41) ( "id" => string(6) "215790" "name" => string(6) "Dekort" "photo" => string(21) "1472763370_dekort.jpg" "inMenu" => string(1) "1" "brandSlider" => string(1) "1" "active" => string(1) "1" "discount_type" => string(7) "percent" "discount_value" => string(5) "18.00" "discount_start" => string(10) "1970-01-01" "discount_end" => string(10) "2023-02-08" "slug" => string(13) "dekort-215790" "manufacturer_site" => string(0) "" "discount_enable" => string(1) "1" "gift_enable" => string(1) "1" "loan_enable" => string(1) "1" "id_shop" => string(1) "1" "min_lead_time" => string(1) "3" "max_lead_time" => string(1) "8" "file1" => string(0) "" "file2" => string(0) "" "file3" => string(0) "" "file1_photo" => string(0) "" "file2_photo" => string(0) "" "file3_photo" => string(0) "" "marza" => string(2) "10" "email" => string(17) "eko5@ekomeble.net" "hide_price" => string(1) "0" "company_name" => string(0) "" "postcode" => string(0) "" "city" => string(0) "" "street" => string(0) "" "phone" => string(0) "" "phone2" => string(0) "" "fax" => string(0) "" "ord" => string(2) "10" "id_domexpo" => string(6) "215790" "discount_code_value" => string(1) "0" "transport_free" => string(1) "0" "bonus_info" => string(1) "0" "label_text1" => string(0) "" "label_text2" => string(0) "" ) protected _changed => array(0) protected _original_values => array(41) ( "id" => string(6) "215790" "name" => string(6) "Dekort" "photo" => string(21) "1472763370_dekort.jpg" "inMenu" => string(1) "1" "brandSlider" => string(1) "1" "active" => string(1) "1" "discount_type" => string(7) "percent" "discount_value" => string(5) "18.00" "discount_start" => string(10) "1970-01-01" "discount_end" => string(10) "2023-02-08" "slug" => string(13) "dekort-215790" "manufacturer_site" => string(0) "" "discount_enable" => string(1) "1" "gift_enable" => string(1) "1" "loan_enable" => string(1) "1" "id_shop" => string(1) "1" "min_lead_time" => string(1) "3" "max_lead_time" => string(1) "8" "file1" => string(0) "" "file2" => string(0) "" "file3" => string(0) "" "file1_photo" => string(0) "" "file2_photo" => string(0) "" "file3_photo" => string(0) "" "marza" => string(2) "10" "email" => string(17) "eko5@ekomeble.net" "hide_price" => string(1) "0" "company_name" => string(0) "" "postcode" => string(0) "" "city" => string(0) "" "street" => string(0) "" "phone" => string(0) "" "phone2" => string(0) "" "fax" => string(0) "" "ord" => string(2) "10" "id_domexpo" => string(6) "215790" "discount_code_value" => string(1) "0" "transport_free" => string(1) "0" "bonus_info" => string(1) "0" "label_text1" => string(0) "" "label_text2" => 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(12) "manufacturer" protected _object_plural => string(13) "manufacturers" protected _table_name => string(13) "manufacturers" protected _table_columns => array(41) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "64" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "photo" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "photo" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "inMenu" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "inMenu" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "brandSlider" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "brandSlider" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "discount_type" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "discount_type" "column_default" => string(4) "none" "data_type" => string(3) "set" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(15) "utf8_general_ci" "options" => array(4) ( 0 => string(4) "none" 1 => string(6) "number" 2 => string(7) "percent" 3 => string(0) "" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "discount_value" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(14) "discount_value" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "6" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "discount_start" => array(10) ( "type" => string(6) "string" "column_name" => string(14) "discount_start" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "discount_end" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "discount_end" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "manufacturer_site" => array(12) ( "type" => string(6) "string" "column_name" => string(17) "manufacturer_site" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "300" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "discount_enable" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(15) "discount_enable" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "gift_enable" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "gift_enable" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "loan_enable" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "loan_enable" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "id_shop" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "id_shop" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "min_lead_time" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "min_lead_time" "column_default" => string(2) "14" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "max_lead_time" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(13) "max_lead_time" "column_default" => string(2) "28" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "file1" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "file1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "file2" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "file2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "file3" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "file3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "file1_photo" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "file1_photo" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "file2_photo" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "file2_photo" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "file3_photo" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "file3_photo" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "marza" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "marza" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_price" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "hide_price" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 27 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "company_name" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "company_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "postcode" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "postcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone2" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "phone2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ord" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "ord" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 35 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_domexpo" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "id_domexpo" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 36 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "discount_code_value" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(19) "discount_code_value" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 37 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "transport_free" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "transport_free" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 38 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bonus_info" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "bonus_info" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 39 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "label_text1" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "label_text1" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 40 "character_maximum_length" => string(2) "18" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "label_text2" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "label_text2" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 41 "character_maximum_length" => string(2) "18" "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(6) "215790" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) 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(61) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "id_manufacturer" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "id_manufacturer" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "code" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "250" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "price_net" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(9) "price_net" "column_default" => string(4) "0.00" "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "20" "comment" => string(24) "Price from manufacturer " "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "price_gross" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(11) "price_gross" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "20" "comment" => string(16) "Price for client" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "price_retail" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "price_retail" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "width" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(5) "width" "column_default" => string(3) "0.0" "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "numeric_scale" => string(1) "1" "numeric_precision" => string(1) "6" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "height" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "height" "column_default" => string(3) "0.0" "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "numeric_scale" => string(1) "1" "numeric_precision" => string(1) "6" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "depth" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(5) "depth" "column_default" => string(3) "0.0" "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "numeric_scale" => string(1) "1" "numeric_precision" => string(1) "6" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "weight" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(6) "weight" "column_default" => string(3) "0.0" "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "numeric_scale" => string(1) "1" "numeric_precision" => string(1) "6" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "availability" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "availability" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "active" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(6) "active" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(23) "Active/inactive product" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "date_add" => array(10) ( "type" => string(6) "string" "column_name" => string(8) "date_add" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "date_upd" => array(10) ( "type" => string(6) "string" "column_name" => string(8) "date_upd" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "new" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "new" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "new_date" => array(10) ( "type" => string(6) "string" "column_name" => string(8) "new_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "bestseller" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "bestseller" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "instruction" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "instruction" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "220" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_user" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "id_user" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "id_shop" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "id_shop" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "id_url" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "id_url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "character_maximum_length" => string(2) "30" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "character_maximum_length" => string(3) "300" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "manufacturer_removed" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "manufacturer_removed" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup1" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(11) "pricegroup1" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "pricegroup2" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(11) "pricegroup2" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup3" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(11) "pricegroup3" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup4" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(11) "pricegroup4" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 27 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup5" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(11) "pricegroup5" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup6" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(11) "pricegroup6" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup7" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(11) "pricegroup7" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 30 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup8" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(11) "pricegroup8" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup9" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(11) "pricegroup9" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup10" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup10" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "vat" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "vat" "column_default" => string(2) "23" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "force_price" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "force_price" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 35 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "status_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "status_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 36 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup11" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup11" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 37 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "pricegroup12" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup12" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 38 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup13" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup13" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 39 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup14" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup14" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 40 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup15" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup15" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 41 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup16" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup16" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 42 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup17" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup17" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 43 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup18" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup18" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 44 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup19" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup19" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 45 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup20" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup20" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup21" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup21" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup22" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup22" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 48 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup23" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup23" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 49 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup24" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup24" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 50 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pricegroup25" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(12) "pricegroup25" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 51 "numeric_scale" => string(1) "2" "numeric_precision" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "raty" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "raty" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 52 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "promotion_type" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "promotion_type" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 53 "display" => string(1) "2" "comment" => string(41) "Typ promocji - czy promocja czy wyprzedaz" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "merchant" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "merchant" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 54 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "transport_free" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "transport_free" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 55 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "negotiation" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(11) "negotiation" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 56 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "quantity" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "quantity" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 57 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_domexpo" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "id_domexpo" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 58 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "subiekt_code" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "subiekt_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 59 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "wariant" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "wariant" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 60 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ean" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "ean" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 61 "character_maximum_length" => string(2) "30" "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(5) "13828" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "afa87c2a70b17d84d678da00c2fbd1089b02c2de" protected _identifier => string(1) "`" public last_query => string(425) "SELECT `feature_value`.`id` AS `id`, `feature_value`.`id_feature` AS `id_feature`, `feature_value`.`custom` AS `custom`, `featur …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(14) "admin_ekomeble" "persistent" => string(0) "" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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) "manufacturer" }{ protected _connection_id => string(40) "afa87c2a70b17d84d678da00c2fbd1089b02c2de" protected _identifier => string(1) "`" public last_query => string(425) "SELECT `feature_value`.`id` AS `id`, `feature_value`.`id_feature` AS `id_feature`, `feature_value`.`custom` AS `custom`, `featur …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(14) "admin_ekomeble" "persistent" => string(0) "" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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" }397 <input type="text" style="display: none" 398 class="qty_<?php echo $product->id; ?>" id="qty_<?php echo $product->id; ?>" 399 name="qty" value="1"> 400 <button type="button" id="button-cart" data-loading-text="Dodaje..." 401 class="btn btn-primary btn-lg btn-block optn_btn" 402 onclick="addToCart(<?php echo $product->id; ?>, $('#qty_<?php echo $product->id; ?>').val(),<?php echo $collection_main->id; ?>);" 403 style="background:rgba(204, 0, 0, 0.9);border-radius: 5px! important;padding: 3px; font-size:12px;"> 404 <i class="fa fa-shopping-cart fa-2" style="color: white;font-size: 18px;"></i> Do 405 koszyka 406 </button> 407 </div>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(84) "/home/admin/domains/ekomeble.com.pl/public_html/application/views/Category/Index.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(84) "/home/admin/domains/ekomeble.com.pl/public_html/application/views/Category/Index.php"
1
array(6) ( "categories" => object Database_MySQL_Result(7)
{ protected _internal_row => integer 0 protected _query => string(580) "SELECT `category`.`id` AS `id`, `category`.`name` AS `name`, `category`.`show_name` AS `show_name`, `category`.`parent_id` AS `p …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(14) "Model_Category" protected _object_params => NULL }
"category_main" => object Model_Category(35){ public return_array => array(0) protected _has_many => array(3) ( "labels" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(8) "label_id" "model" => string(14) "label_category" ) "photos" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(14) "category_photo" ) "category_langs" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(16) "category_lang_id" "model" => string(13) "category_lang" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(13) ( "id" => string(2) "36" "name" => string(27) "PROMOCJE - MEBLE SKRZYNIOWE" "show_name" => string(1) "0" "parent_id" => string(2) "26" "description" => string(0) "" "active" => string(1) "1" "order" => string(2) "11" "slug" => string(0) "" "meta_title" => string(25) "promocje-meble-skrzyniowe" "meta_description" => string(0) "" "filter" => string(1) "0" "filter_sort" => string(0) "" "id_shop" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(13) ( "id" => string(2) "36" "name" => string(27) "PROMOCJE - MEBLE SKRZYNIOWE" "show_name" => string(1) "0" "parent_id" => string(2) "26" "description" => string(0) "" "active" => string(1) "1" "order" => string(2) "11" "slug" => string(0) "" "meta_title" => string(25) "promocje-meble-skrzyniowe" "meta_description" => string(0) "" "filter" => string(1) "0" "filter_sort" => string(0) "" "id_shop" => 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(8) "category" protected _object_plural => string(10) "categories" protected _table_name => string(10) "categories" protected _table_columns => array(13) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "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" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_name" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "show_name" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_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 FALSE "ordinal_position" => integer 6 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "350" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "meta_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "filter" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "filter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "filter_sort" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "filter_sort" "column_default" => NULL "data_type" => string(3) "set" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(17) "latin1_swedish_ci" "options" => array(4) ( 0 => string(10) "collection" 1 => string(7) "product" 2 => string(18) "collection_product" 3 => string(0) "" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_shop" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "id_shop" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "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) "36" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"collections" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "afa87c2a70b17d84d678da00c2fbd1089b02c2de" protected _identifier => string(1) "`" public last_query => string(425) "SELECT `feature_value`.`id` AS `id`, `feature_value`.`id_feature` AS `id_feature`, `feature_value`.`custom` AS `custom`, `featur …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(14) "admin_ekomeble" "persistent" => string(0) "" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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(8) "category" }{ protected _internal_row => integer 0 protected _query => string(858) "SELECT `collection`.`id` AS `id`, `collection`.`name` AS `name`, `collection`.`active` AS `active`, `collection`.`meta_title` AS …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(16) "Model_Collection" protected _object_params => NULL }
"products" => object Database_MySQL_Result(7){ protected _internal_row => integer 1 protected _query => string(5029) "SELECT `product_langs`.`name` AS `lang_name`, `product`.`id` AS `id`, `product`.`id_manufacturer` AS `id_manufacturer`, `product …" protected _result => resource(mysql result) protected _total_rows => integer 93 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }
"manufacturer_slug" => bool FALSE "pocket_menu" => object View(2){ protected _file => string(91) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/PocketMenu.php" protected _data => array(0) }
)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/Templates/Index.php [ 116 ] » Kohana_View->__toString()
111 <!-- <div id="main_content">--> 112 <?php 113 if (is_object($content)) { 114 $content->pocket_menu = isset($pocket_menu) ? $pocket_menu : ''; 115 } 116 echo $content; 117 ?> 118 <!-- Pull Out Banner --> 119 <div class="pobanner"> 120 <div class="pobanner-header"> 121 <div class="btn-pobanner"><span>Promocja</span></div>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(85) "/home/admin/domains/ekomeble.com.pl/public_html/application/views/Templates/Index.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(85) "/home/admin/domains/ekomeble.com.pl/public_html/application/views/Templates/Index.php"
1
array(20) ( "id_product" => string(0) "" "title" => string(59) "PROMOCJE - MEBLE SKRZYNIOWE - Sklep Meblowy ekomeble.com.pl" "description" => string(32) " - Sklep Meblowy ekomeble.com.pl" "keywords" => string(27) "PROMOCJE, MEBLE, SKRZYNIOWE" "metatags" => object View(2)
{ protected _file => string(89) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/Metatags.php" protected _data => array(4) ( "styles" => array(4) ( "/media/css/bundle.css?v=2" => string(3) "all" "media/css/divas_free_skin.css" => string(6) "screen" "media/css/jquery.rollbar.css" => string(6) "screen" "media/slider/royalslider.css" => string(6) "screen" ) "title" => string(59) "PROMOCJE - MEBLE SKRZYNIOWE - Sklep Meblowy ekomeble.com.pl" "description" => string(32) " - Sklep Meblowy ekomeble.com.pl" "keywords" => string(27) "PROMOCJE, MEBLE, SKRZYNIOWE" ) }
"remarketingTag" => string(0) "" "css" => object View(2){ protected _file => string(84) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/Css.php" protected _data => array(0) }
"header" => object View(2){ protected _file => string(90) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/HeaderNew.php" protected _data => array(0) }
"menu" => object View(2){ protected _file => string(85) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/Menu.php" protected _data => array(0) }
"pocket_menu" => object View(2){ protected _file => string(91) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/PocketMenu.php" protected _data => array(0) }
"content" => object View(2){ protected _file => string(84) "/home/admin/domains/ekomeble.com.pl/public_html/application/views/Category/Index.php" protected _data => array(6) ( "categories" => object Database_MySQL_Result(7)
"body_class" => string(35) " catalog-category-view grid-fluid " "mainContainerClass" => string(41) " main-container col-layouts col1-layout " "footer" => object View(2){ protected _internal_row => integer 0 protected _query => string(580) "SELECT `category`.`id` AS `id`, `category`.`name` AS `name`, `category`.`show_name` AS `show_name`, `category`.`parent_id` AS `p …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(14) "Model_Category" protected _object_params => NULL }
"category_main" => object Model_Category(35){ public return_array => array(0) protected _has_many => array(3) ( "labels" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(8) "label_id" "model" => string(14) "label_category" ) "photos" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(14) "category_photo" ) "category_langs" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(16) "category_lang_id" "model" => string(13) "category_lang" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(13) ( "id" => string(2) "36" "name" => string(27) "PROMOCJE - MEBLE SKRZYNIOWE" "show_name" => string(1) "0" "parent_id" => string(2) "26" "description" => string(0) "" "active" => string(1) "1" "order" => string(2) "11" "slug" => string(0) "" "meta_title" => string(25) "promocje-meble-skrzyniowe" "meta_description" => string(0) "" "filter" => string(1) "0" "filter_sort" => string(0) "" "id_shop" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(13) ( "id" => string(2) "36" "name" => string(27) "PROMOCJE - MEBLE SKRZYNIOWE" "show_name" => string(1) "0" "parent_id" => string(2) "26" "description" => string(0) "" "active" => string(1) "1" "order" => string(2) "11" "slug" => string(0) "" "meta_title" => string(25) "promocje-meble-skrzyniowe" "meta_description" => string(0) "" "filter" => string(1) "0" "filter_sort" => string(0) "" "id_shop" => 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(8) "category" protected _object_plural => string(10) "categories" protected _table_name => string(10) "categories" protected _table_columns => array(13) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "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" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_name" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "show_name" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_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 FALSE "ordinal_position" => integer 6 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "350" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "meta_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "filter" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "filter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "filter_sort" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "filter_sort" "column_default" => NULL "data_type" => string(3) "set" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(17) "latin1_swedish_ci" "options" => array(4) ( 0 => string(10) "collection" 1 => string(7) "product" 2 => string(18) "collection_product" 3 => string(0) "" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_shop" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "id_shop" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "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) "36" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"collections" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "afa87c2a70b17d84d678da00c2fbd1089b02c2de" protected _identifier => string(1) "`" public last_query => string(425) "SELECT `feature_value`.`id` AS `id`, `feature_value`.`id_feature` AS `id_feature`, `feature_value`.`custom` AS `custom`, `featur …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(14) "admin_ekomeble" "persistent" => string(0) "" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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(8) "category" }{ protected _internal_row => integer 0 protected _query => string(858) "SELECT `collection`.`id` AS `id`, `collection`.`name` AS `name`, `collection`.`active` AS `active`, `collection`.`meta_title` AS …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(16) "Model_Collection" protected _object_params => NULL }
"products" => object Database_MySQL_Result(7){ protected _internal_row => integer 1 protected _query => string(5029) "SELECT `product_langs`.`name` AS `lang_name`, `product`.`id` AS `id`, `product`.`id_manufacturer` AS `id_manufacturer`, `product …" protected _result => resource(mysql result) protected _total_rows => integer 93 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }
"manufacturer_slug" => bool FALSE "pocket_menu" => object View(2){ protected _file => string(91) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/PocketMenu.php" protected _data => array(0) }
) }{ protected _file => string(87) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/Footer.php" protected _data => array(0) }
"js" => object View(2){ protected _file => string(83) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/Js.php" protected _data => array(1) ( "scripts" => array(2) ( 0 => string(28) "media/js/jquery-2.1.1.js?v=2" 1 => string(29) "/media/js/jquery.divas-1.1.js" ) ) }
"styles" => array(4) ( "/media/css/bundle.css?v=2" => string(3) "all" "media/css/divas_free_skin.css" => string(6) "screen" "media/css/jquery.rollbar.css" => string(6) "screen" "media/slider/royalslider.css" => string(6) "screen" ) "scripts" => array(2) ( 0 => string(28) "media/js/jquery-2.1.1.js?v=2" 1 => string(29) "/media/js/jquery.divas-1.1.js" ) "styles_late" => array(3) ( "/media/css/js-pull-out-banner.css" => string(3) "all" "/media/css/customNew.css?v=2" => string(3) "all" "/media/css/bundle_late.css?v=2" => string(3) "all" ) "scripts_late" => array(14) ( 0 => string(22) "media/js/custom.js?v=2" 1 => string(21) "media/js/lozad.min.js" 2 => string(39) "media/js/jquery-ui-1.8.16.custom.min.js" 3 => string(22) "media/js/common.js?v=2" 4 => string(33) "media/js/jquery.flexslider.js?v=2" 5 => string(33) "media/js/jssor.slider.mini.js?v=2" 6 => string(28) "media/js/cloud-zoom.1.0.3.js" 7 => string(21) "media/js/bootstrap.js" 8 => string(24) "media/js/checkout.js?v=2" 9 => string(30) "media/jsOLD/jquery.validate.js" 10 => string(35) "media/jsOLD/i18n/jquery.i18n.min.js" 11 => string(21) "media/js/modernizr.js" 12 => string(35) "/media/js/countdown_home.min.js?v=1" 13 => string(34) "media/js/js-pull-out-banner.js?v=2" ) "lang_id" => NULL )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
-
APPPATH/classes/Controller/Templates/TemplateDefault.php [ 104 ] » Kohana_Controller_Template->after()
99 $this->template->styles = array_reverse(array_merge($this->template->styles, $styles)); 100 $this->template->scripts = array_reverse(array_merge($this->template->scripts, $scripts)); 101 $this->template->styles_late = array_reverse(array_merge($this->template->styles_late, $styles_late)); 102 $this->template->scripts_late = array_reverse(array_merge($this->template->scripts_late, $scripts_late)); 103 } 104 parent::after(); 105 } 106 107 }
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Templates_TemplateDefault->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_Category(5)
{ public template => object View(2)
{ protected _file => string(85) "/home/admin/domains/ekomeble.com.pl/public_html/application/views/Templates/Index.php" protected _data => array(20) ( "id_product" => string(0) "" "title" => string(59) "PROMOCJE - MEBLE SKRZYNIOWE - Sklep Meblowy ekomeble.com.pl" "description" => string(32) " - Sklep Meblowy ekomeble.com.pl" "keywords" => string(27) "PROMOCJE, MEBLE, SKRZYNIOWE" "metatags" => object View(2)
public auto_render => bool TRUE public request => object Request(19){ protected _file => string(89) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/Metatags.php" protected _data => array(4) ( "styles" => array(4) ( "/media/css/bundle.css?v=2" => string(3) "all" "media/css/divas_free_skin.css" => string(6) "screen" "media/css/jquery.rollbar.css" => string(6) "screen" "media/slider/royalslider.css" => string(6) "screen" ) "title" => string(59) "PROMOCJE - MEBLE SKRZYNIOWE - Sklep Meblowy ekomeble.com.pl" "description" => string(32) " - Sklep Meblowy ekomeble.com.pl" "keywords" => string(27) "PROMOCJE, MEBLE, SKRZYNIOWE" ) }
"remarketingTag" => string(0) "" "css" => object View(2){ protected _file => string(84) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/Css.php" protected _data => array(0) }
"header" => object View(2){ protected _file => string(90) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/HeaderNew.php" protected _data => array(0) }
"menu" => object View(2){ protected _file => string(85) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/Menu.php" protected _data => array(0) }
"pocket_menu" => object View(2){ protected _file => string(91) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/PocketMenu.php" protected _data => array(0) }
"content" => object View(2){ protected _file => string(84) "/home/admin/domains/ekomeble.com.pl/public_html/application/views/Category/Index.php" protected _data => array(6) ( "categories" => object Database_MySQL_Result(7)
"body_class" => string(35) " catalog-category-view grid-fluid " "mainContainerClass" => string(41) " main-container col-layouts col1-layout " "footer" => object View(2){ protected _internal_row => integer 0 protected _query => string(580) "SELECT `category`.`id` AS `id`, `category`.`name` AS `name`, `category`.`show_name` AS `show_name`, `category`.`parent_id` AS `p …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(14) "Model_Category" protected _object_params => NULL }
"category_main" => object Model_Category(35){ public return_array => array(0) protected _has_many => array(3) ( "labels" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(8) "label_id" "model" => string(14) "label_category" ) "photos" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(14) "category_photo" ) "category_langs" => array(4) ( "foreign_key" => string(11) "id_category" "through" => NULL "far_key" => string(16) "category_lang_id" "model" => string(13) "category_lang" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(13) ( "id" => string(2) "36" "name" => string(27) "PROMOCJE - MEBLE SKRZYNIOWE" "show_name" => string(1) "0" "parent_id" => string(2) "26" "description" => string(0) "" "active" => string(1) "1" "order" => string(2) "11" "slug" => string(0) "" "meta_title" => string(25) "promocje-meble-skrzyniowe" "meta_description" => string(0) "" "filter" => string(1) "0" "filter_sort" => string(0) "" "id_shop" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(13) ( "id" => string(2) "36" "name" => string(27) "PROMOCJE - MEBLE SKRZYNIOWE" "show_name" => string(1) "0" "parent_id" => string(2) "26" "description" => string(0) "" "active" => string(1) "1" "order" => string(2) "11" "slug" => string(0) "" "meta_title" => string(25) "promocje-meble-skrzyniowe" "meta_description" => string(0) "" "filter" => string(1) "0" "filter_sort" => string(0) "" "id_shop" => 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(8) "category" protected _object_plural => string(10) "categories" protected _table_name => string(10) "categories" protected _table_columns => array(13) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "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" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "200" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_name" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "show_name" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parent_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "parent_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(15) "utf8_general_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 FALSE "ordinal_position" => integer 6 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "order" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "order" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "350" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_title" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "meta_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "filter" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(6) "filter" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "filter_sort" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "filter_sort" "column_default" => NULL "data_type" => string(3) "set" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(17) "latin1_swedish_ci" "options" => array(4) ( 0 => string(10) "collection" 1 => string(7) "product" 2 => string(18) "collection_product" 3 => string(0) "" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_shop" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "id_shop" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "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) "36" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
"collections" => object Database_MySQL_Result(7){ protected _connection_id => string(40) "afa87c2a70b17d84d678da00c2fbd1089b02c2de" protected _identifier => string(1) "`" public last_query => string(425) "SELECT `feature_value`.`id` AS `id`, `feature_value`.`id_feature` AS `id_feature`, `feature_value`.`custom` AS `custom`, `featur …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(14) "admin_ekomeble" "persistent" => string(0) "" ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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(8) "category" }{ protected _internal_row => integer 0 protected _query => string(858) "SELECT `collection`.`id` AS `id`, `collection`.`name` AS `name`, `collection`.`active` AS `active`, `collection`.`meta_title` AS …" protected _result => resource(mysql result) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(16) "Model_Collection" protected _object_params => NULL }
"products" => object Database_MySQL_Result(7){ protected _internal_row => integer 1 protected _query => string(5029) "SELECT `product_langs`.`name` AS `lang_name`, `product`.`id` AS `id`, `product`.`id_manufacturer` AS `id_manufacturer`, `product …" protected _result => resource(mysql result) protected _total_rows => integer 93 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }
"manufacturer_slug" => bool FALSE "pocket_menu" => object View(2){ protected _file => string(91) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/PocketMenu.php" protected _data => array(0) }
) }{ protected _file => string(87) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/Footer.php" protected _data => array(0) }
"js" => object View(2){ protected _file => string(83) "/home/admin/domains/ekomeble.com.pl/public_html/application/views//Templates/Js.php" protected _data => array(1) ( "scripts" => array(2) ( 0 => string(28) "media/js/jquery-2.1.1.js?v=2" 1 => string(29) "/media/js/jquery.divas-1.1.js" ) ) }
"styles" => array(4) ( "/media/css/bundle.css?v=2" => string(3) "all" "media/css/divas_free_skin.css" => string(6) "screen" "media/css/jquery.rollbar.css" => string(6) "screen" "media/slider/royalslider.css" => string(6) "screen" ) "scripts" => array(2) ( 0 => string(28) "media/js/jquery-2.1.1.js?v=2" 1 => string(29) "/media/js/jquery.divas-1.1.js" ) "styles_late" => array(3) ( "/media/css/js-pull-out-banner.css" => string(3) "all" "/media/css/customNew.css?v=2" => string(3) "all" "/media/css/bundle_late.css?v=2" => string(3) "all" ) "scripts_late" => array(14) ( 0 => string(22) "media/js/custom.js?v=2" 1 => string(21) "media/js/lozad.min.js" 2 => string(39) "media/js/jquery-ui-1.8.16.custom.min.js" 3 => string(22) "media/js/common.js?v=2" 4 => string(33) "media/js/jquery.flexslider.js?v=2" 5 => string(33) "media/js/jssor.slider.mini.js?v=2" 6 => string(28) "media/js/cloud-zoom.1.0.3.js" 7 => string(21) "media/js/bootstrap.js" 8 => string(24) "media/js/checkout.js?v=2" 9 => string(30) "media/jsOLD/jquery.validate.js" 10 => string(35) "media/jsOLD/i18n/jquery.i18n.min.js" 11 => string(21) "media/js/modernizr.js" 12 => string(35) "/media/js/countdown_home.min.js?v=1" 13 => string(34) "media/js/js-pull-out-banner.js?v=2" ) "lang_id" => NULL ) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(36) "<page_name>((/<id>(/<id2>(/<id3>))))" protected _regex => array(1) ( "page_name" => string(20) "(Category|Kategorie)" ) protected _defaults => array(2) ( "controller" => string(8) "Category" "action" => string(5) "Index" ) protected _route_regex => string(126) "#^(?P<page_name>(Category|Kategorie))(?:(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<id2>[^/.,;?\n]++)(?:/(?P<id3>[^/.,;?\n]++))?)?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(8) "Category" protected _action => string(5) "Index" protected _uri => string(35) "Kategorie/Promocje-meble-skrzyniowe" protected _external => bool FALSE protected _params => array(2) ( "page_name" => string(9) "Kategorie" "id" => string(25) "Promocje-meble-skrzyniowe" ) protected _get => array(2) ( "/index_php" => string(0) "" "/Kategorie/Promocje-meble-skrzyniowe" => string(0) "" ) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
public test_ip => string(14) "94.254.177.214" }{ }
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 TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(36) "<page_name>((/<id>(/<id2>(/<id3>))))" protected _regex => array(1) ( "page_name" => string(20) "(Category|Kategorie)" ) protected _defaults => array(2) ( "controller" => string(8) "Category" "action" => string(5) "Index" ) protected _route_regex => string(126) "#^(?P<page_name>(Category|Kategorie))(?:(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<id2>[^/.,;?\n]++)(?:/(?P<id3>[^/.,;?\n]++))?)?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(8) "Category" protected _action => string(5) "Index" protected _uri => string(35) "Kategorie/Promocje-meble-skrzyniowe" protected _external => bool FALSE protected _params => array(2) ( "page_name" => string(9) "Kategorie" "id" => string(25) "Promocje-meble-skrzyniowe" ) protected _get => array(2) ( "/index_php" => string(0) "" "/Kategorie/Promocje-meble-skrzyniowe" => string(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 TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(36) "<page_name>((/<id>(/<id2>(/<id3>))))" protected _regex => array(1) ( "page_name" => string(20) "(Category|Kategorie)" ) protected _defaults => array(2) ( "controller" => string(8) "Category" "action" => string(5) "Index" ) protected _route_regex => string(126) "#^(?P<page_name>(Category|Kategorie))(?:(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<id2>[^/.,;?\n]++)(?:/(?P<id3>[^/.,;?\n]++))?)?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(8) "Category" protected _action => string(5) "Index" protected _uri => string(35) "Kategorie/Promocje-meble-skrzyniowe" protected _external => bool FALSE protected _params => array(2) ( "page_name" => string(9) "Kategorie" "id" => string(25) "Promocje-meble-skrzyniowe" ) protected _get => array(2) ( "/index_php" => string(0) "" "/Kategorie/Promocje-meble-skrzyniowe" => string(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 [ 161 ] » Kohana_Request->execute()
156 /** 157 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 158 * If no source is specified, the URI will be automatically detected. 159 */ 160 echo Request::factory(TRUE, array(), FALSE) 161 ->execute() 162 ->send_headers(TRUE) 163 ->body(); 164 }