APPPATH/classes/Model/Product.php [ 282 ]
277 }
278
279 public function image_url()
280 {
281 if (!$this->loaded() or !isset($this->image))
282 throw new Kohana_Exception('You can get an image from the `collection` only');
283
284 return Kohana::$base_url.ltrim($this->image, '/');
285 }
286
287 public function count_all(array $params = [])
-
APPPATH/views/Public/Product.php [ 447 ] » Model_Product->image_url()
442 <?php foreach ($similars as $product): ?> 443 <li> 444 <div class="product" itemscope itemtype="http://schema.org/Product"> 445 <div class="product__image"> 446 <a href="<?php echo $product->url(); ?>" title="<?php echo $product->h1; ?>"> 447 <img itemprop="image" alt="<?php echo $product->h1; ?>" src="<?php echo $product->image_url(); ?>"> 448 </a> 449 <a class="uk-icon-button uk-icon-search uk-hidden-small" 450 data-gallery href="<?php echo $product->image_url(); ?>"></a> 451 </div><!-- /.product__image --> 452 <a class="product__title uk-text-truncate" -
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0string(66) "/home/k/kamastc1/kamastone.ru/application/views/Public/Product.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)
0string(66) "/home/k/kamastc1/kamastone.ru/application/views/Public/Product.php"1array(8) ( "photos" => object Database_Result_Cached(6)
{ protected _query => string(253) "SELECT `s_product_photo`.`id` AS `id`, `s_product_photo`.`product_id` AS `product_id`, `s_product_photo`.`url` AS `url`, `s_prod …" protected _result => array(1) ( 0 => object Model_Product_Photo(34)"reviews" => object Database_Result_Cached(6){ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(4) ( "id" => array(1) ( "type" => string(3) "int" ) "product_id" => array(1) ( "type" => string(3) "int" ) "url" => array(1) ( "type" => string(6) "string" ) "position" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(1) ( "product" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(4) ( "id" => string(4) "3195" "product_id" => string(3) "926" "url" => string(74) "/temp/2020/bruschatka-trotuarnaya-myunhen-68426862-beton_5e2733012d61d.jpg" "position" => NULL ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(4) "3195" "product_id" => string(3) "926" "url" => string(74) "/temp/2020/bruschatka-trotuarnaya-myunhen-68426862-beton_5e2733012d61d.jpg" "position" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(13) "product_photo" protected _object_plural => string(14) "product_photos" protected _table_name => string(14) "product_photos" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "3195" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => string(19) "Model_Product_Photo" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(13) "product_photo" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _query => string(1458) "SELECT `s_created_by_user`.`id` AS `created_by_user:id`, `s_created_by_user`.`created_at` AS `created_by_user:created_at`, `s_cr …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(20) "Model_Product_Review" protected _object_params => NULL }"features" => object Database_Result_Cached(6){ protected _query => string(662) "SELECT `s_feature`.`id` AS `feature:id`, `s_feature`.`name` AS `feature:name`, `s_feature`.`text_plain` AS `feature:text_plain`, …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Product_Feature" protected _object_params => NULL }"varieties" => object Database_Result_Cached(6){ protected _query => string(454) "SELECT `s_product_variety`.`id` AS `id`, `s_product_variety`.`product_id` AS `product_id`, `s_product_variety`.`name` AS `name`, …" protected _result => array(2) ( 0 => object Model_Product_Variety(34)"related" => object Database_Result_Cached(6){ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(8) ( "id" => array(1) ( "type" => string(3) "int" ) "product_id" => array(1) ( "type" => string(3) "int" ) "name" => array(1) ( "type" => string(6) "string" ) "price" => array(1) ( "type" => string(7) "decimal" ) "stock" => array(1) ( "type" => string(3) "int" ) "box_weight" => array(1) ( "type" => string(7) "decimal" ) "box_capacity" => array(1) ( "type" => string(3) "int" ) "box_size" => array(1) ( "type" => string(7) "decimal" ) ) protected _belongs_to => array(1) ( "product" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => string(5) "15115" "product_id" => string(3) "926" "name" => string(4) "6842" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => string(5) "74.00" "box_capacity" => string(2) "55" "box_size" => string(4) "1.00" ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "15115" "product_id" => string(3) "926" "name" => string(4) "6842" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => string(5) "74.00" "box_capacity" => string(2) "55" "box_size" => string(4) "1.00" ) 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(15) "product_variety" protected _object_plural => string(17) "product_varieties" protected _table_name => string(17) "product_varieties" 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) "15115" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Product_Variety(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(15) "product_variety" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(8) ( "id" => array(1) ( "type" => string(3) "int" ) "product_id" => array(1) ( "type" => string(3) "int" ) "name" => array(1) ( "type" => string(6) "string" ) "price" => array(1) ( "type" => string(7) "decimal" ) "stock" => array(1) ( "type" => string(3) "int" ) "box_weight" => array(1) ( "type" => string(7) "decimal" ) "box_capacity" => array(1) ( "type" => string(3) "int" ) "box_size" => array(1) ( "type" => string(7) "decimal" ) ) protected _belongs_to => array(1) ( "product" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => string(5) "15116" "product_id" => string(3) "926" "name" => string(4) "6862" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => NULL "box_capacity" => string(1) "0" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "15116" "product_id" => string(3) "926" "name" => string(4) "6862" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => NULL "box_capacity" => string(1) "0" "box_size" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "product_variety" protected _object_plural => string(17) "product_varieties" protected _table_name => string(17) "product_varieties" 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) "15116" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 2 protected _current_row => integer 2 protected _as_object => string(21) "Model_Product_Variety" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(15) "product_variety" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _query => string(744) "SELECT `s_product`.`id` AS `id`, `s_product`.`slug` AS `slug`, `s_product`.`name` AS `name`, `s_product`.`h1` AS `h1`, `s_produc …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }"attachments" => object Database_Result_Cached(6){ protected _query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(24) "Model_Product_Attachment" protected _object_params => NULL }"similars" => object Database_Result_Cached(6){ protected _query => string(747) "SELECT `s_product`.`id` AS `id`, `s_product`.`slug` AS `slug`, `s_product`.`name` AS `name`, `s_product`.`h1` AS `h1`, `s_produc …" protected _result => array(7) ( 0 => object Model_Product(34)"product" => object Model_Product(34){ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "916" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6832-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6832, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:25:38" "updated_at" => string(19) "2019-09-20 13:25:38" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "916" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6832-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6832, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:25:38" "updated_at" => string(19) "2019-09-20 13:25:38" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "916" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "917" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6842-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6842, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6842, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6842, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:29:06" "updated_at" => string(19) "2019-09-20 13:29:06" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "917" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6842-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6842, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6842, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6842, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:29:06" "updated_at" => string(19) "2019-09-20 13:29:06" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "917" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)2 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "918" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6852-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6852, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6852, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6852, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:30:10" "updated_at" => string(19) "2019-09-20 13:30:10" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "918" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6852-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6852, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6852, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6852, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:30:10" "updated_at" => string(19) "2019-09-20 13:30:10" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "918" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)3 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "919" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6862-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6862, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:33:41" "updated_at" => string(19) "2019-09-20 13:33:41" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "919" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6862-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6862, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:33:41" "updated_at" => string(19) "2019-09-20 13:33:41" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "919" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)4 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "920" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6882-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6882, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:35:12" "updated_at" => string(19) "2019-09-20 13:35:12" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "920" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6882-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6882, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:35:12" "updated_at" => string(19) "2019-09-20 13:35:12" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "920" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)5 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "921" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832686268926902-beton" "name" => string(85) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "h1" => string(86) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(99) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:39:02" "updated_at" => string(19) "2019-09-20 13:39:02" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "921" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832686268926902-beton" "name" => string(85) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "h1" => string(86) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(99) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:39:02" "updated_at" => string(19) "2019-09-20 13:39:02" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "921" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)6 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "922" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832688268926902-beton" "name" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "h1" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(97) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:41:18" "updated_at" => string(19) "2019-09-20 13:41:18" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "922" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832688268926902-beton" "name" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "h1" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(97) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:41:18" "updated_at" => string(19) "2019-09-20 13:41:18" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "922" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 7 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => string(3) "926" "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "name" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "h1" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(87) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:47:04" "updated_at" => string(19) "2019-09-20 13:47:04" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(7) "1280.00" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(3) "926" "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "name" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "h1" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(87) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:47:04" "updated_at" => string(19) "2019-09-20 13:47:04" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(7) "1280.00" ) protected _related => array(1) ( "brand" => object Model_Brand(34)){ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(3) ( "id" => array(1) ( "type" => string(3) "int" ) "name" => array(1) ( "type" => string(6) "string" ) "slug" => array(1) ( "type" => string(6) "string" ) ) protected _has_many => array(1) ( "products" => array(4) ( "foreign_key" => string(8) "brand_id" "through" => NULL "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "35" "name" => string(25) "KamaStone , г.Пермь" "slug" => string(17) "kamastone-gpermь" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "35" "name" => string(25) "KamaStone , г.Пермь" "slug" => string(17) "kamastone-gpermь" ) 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(5) "brand" protected _object_plural => string(6) "brands" protected _table_name => string(6) "brands" 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) "35" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) 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 _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "926" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(5) "brand" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 } -
SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 /** 233 * Display the exception message. -
APPPATH/views/Public/Layout.php [ 37 ] » Kohana_View->__toString()
32 var product = function () {}; 33 </script> 34 </head> 35 <body> 36 <div class="wrap"> 37 <?php echo $content; ?> 38 </div><!-- /.wrap --> 39 40 <footer class="footer"> 41 <div class="footer__topbar uk-hidden-small"> 42 Kamastone -
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0string(65) "/home/k/kamastc1/kamastone.ru/application/views/Public/Layout.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)
0string(65) "/home/k/kamastc1/kamastone.ru/application/views/Public/Layout.php"1array(5) ( "query" => NULL "sitename" => string(108) "«Кама-Стоун» — Производство и продажа декоративного камня" "title" => string(200) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить — «Кама-Стоун» — Производство и продажа декоративного камня" "description" => NULL "content" => object View(2)
{ protected _file => string(66) "/home/k/kamastc1/kamastone.ru/application/views/Public/Product.php" protected _data => array(8) ( "photos" => object Database_Result_Cached(6)){ protected _query => string(253) "SELECT `s_product_photo`.`id` AS `id`, `s_product_photo`.`product_id` AS `product_id`, `s_product_photo`.`url` AS `url`, `s_prod …" protected _result => array(1) ( 0 => object Model_Product_Photo(34)"reviews" => object Database_Result_Cached(6){ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(4) ( "id" => array(1) ( "type" => string(3) "int" ) "product_id" => array(1) ( "type" => string(3) "int" ) "url" => array(1) ( "type" => string(6) "string" ) "position" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(1) ( "product" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(4) ( "id" => string(4) "3195" "product_id" => string(3) "926" "url" => string(74) "/temp/2020/bruschatka-trotuarnaya-myunhen-68426862-beton_5e2733012d61d.jpg" "position" => NULL ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(4) "3195" "product_id" => string(3) "926" "url" => string(74) "/temp/2020/bruschatka-trotuarnaya-myunhen-68426862-beton_5e2733012d61d.jpg" "position" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(13) "product_photo" protected _object_plural => string(14) "product_photos" protected _table_name => string(14) "product_photos" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "3195" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => string(19) "Model_Product_Photo" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(13) "product_photo" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _query => string(1458) "SELECT `s_created_by_user`.`id` AS `created_by_user:id`, `s_created_by_user`.`created_at` AS `created_by_user:created_at`, `s_cr …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(20) "Model_Product_Review" protected _object_params => NULL }"features" => object Database_Result_Cached(6){ protected _query => string(662) "SELECT `s_feature`.`id` AS `feature:id`, `s_feature`.`name` AS `feature:name`, `s_feature`.`text_plain` AS `feature:text_plain`, …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Product_Feature" protected _object_params => NULL }"varieties" => object Database_Result_Cached(6){ protected _query => string(454) "SELECT `s_product_variety`.`id` AS `id`, `s_product_variety`.`product_id` AS `product_id`, `s_product_variety`.`name` AS `name`, …" protected _result => array(2) ( 0 => object Model_Product_Variety(34)"related" => object Database_Result_Cached(6){ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(8) ( "id" => array(1) ( "type" => string(3) "int" ) "product_id" => array(1) ( "type" => string(3) "int" ) "name" => array(1) ( "type" => string(6) "string" ) "price" => array(1) ( "type" => string(7) "decimal" ) "stock" => array(1) ( "type" => string(3) "int" ) "box_weight" => array(1) ( "type" => string(7) "decimal" ) "box_capacity" => array(1) ( "type" => string(3) "int" ) "box_size" => array(1) ( "type" => string(7) "decimal" ) ) protected _belongs_to => array(1) ( "product" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => string(5) "15115" "product_id" => string(3) "926" "name" => string(4) "6842" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => string(5) "74.00" "box_capacity" => string(2) "55" "box_size" => string(4) "1.00" ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "15115" "product_id" => string(3) "926" "name" => string(4) "6842" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => string(5) "74.00" "box_capacity" => string(2) "55" "box_size" => string(4) "1.00" ) 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(15) "product_variety" protected _object_plural => string(17) "product_varieties" protected _table_name => string(17) "product_varieties" 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) "15115" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Product_Variety(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(15) "product_variety" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(8) ( "id" => array(1) ( "type" => string(3) "int" ) "product_id" => array(1) ( "type" => string(3) "int" ) "name" => array(1) ( "type" => string(6) "string" ) "price" => array(1) ( "type" => string(7) "decimal" ) "stock" => array(1) ( "type" => string(3) "int" ) "box_weight" => array(1) ( "type" => string(7) "decimal" ) "box_capacity" => array(1) ( "type" => string(3) "int" ) "box_size" => array(1) ( "type" => string(7) "decimal" ) ) protected _belongs_to => array(1) ( "product" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => string(5) "15116" "product_id" => string(3) "926" "name" => string(4) "6862" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => NULL "box_capacity" => string(1) "0" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "15116" "product_id" => string(3) "926" "name" => string(4) "6862" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => NULL "box_capacity" => string(1) "0" "box_size" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "product_variety" protected _object_plural => string(17) "product_varieties" protected _table_name => string(17) "product_varieties" 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) "15116" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 2 protected _current_row => integer 2 protected _as_object => string(21) "Model_Product_Variety" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(15) "product_variety" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _query => string(744) "SELECT `s_product`.`id` AS `id`, `s_product`.`slug` AS `slug`, `s_product`.`name` AS `name`, `s_product`.`h1` AS `h1`, `s_produc …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }"attachments" => object Database_Result_Cached(6){ protected _query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(24) "Model_Product_Attachment" protected _object_params => NULL }"similars" => object Database_Result_Cached(6){ protected _query => string(747) "SELECT `s_product`.`id` AS `id`, `s_product`.`slug` AS `slug`, `s_product`.`name` AS `name`, `s_product`.`h1` AS `h1`, `s_produc …" protected _result => array(7) ( 0 => object Model_Product(34)"product" => object Model_Product(34){ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "916" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6832-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6832, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:25:38" "updated_at" => string(19) "2019-09-20 13:25:38" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "916" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6832-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6832, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:25:38" "updated_at" => string(19) "2019-09-20 13:25:38" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "916" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "917" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6842-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6842, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6842, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6842, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:29:06" "updated_at" => string(19) "2019-09-20 13:29:06" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "917" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6842-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6842, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6842, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6842, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:29:06" "updated_at" => string(19) "2019-09-20 13:29:06" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "917" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)2 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "918" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6852-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6852, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6852, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6852, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:30:10" "updated_at" => string(19) "2019-09-20 13:30:10" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "918" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6852-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6852, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6852, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6852, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:30:10" "updated_at" => string(19) "2019-09-20 13:30:10" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "918" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)3 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "919" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6862-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6862, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:33:41" "updated_at" => string(19) "2019-09-20 13:33:41" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "919" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6862-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6862, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:33:41" "updated_at" => string(19) "2019-09-20 13:33:41" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "919" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)4 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "920" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6882-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6882, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:35:12" "updated_at" => string(19) "2019-09-20 13:35:12" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "920" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6882-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6882, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:35:12" "updated_at" => string(19) "2019-09-20 13:35:12" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "920" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)5 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "921" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832686268926902-beton" "name" => string(85) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "h1" => string(86) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(99) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:39:02" "updated_at" => string(19) "2019-09-20 13:39:02" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "921" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832686268926902-beton" "name" => string(85) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "h1" => string(86) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(99) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:39:02" "updated_at" => string(19) "2019-09-20 13:39:02" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "921" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)6 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "922" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832688268926902-beton" "name" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "h1" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(97) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:41:18" "updated_at" => string(19) "2019-09-20 13:41:18" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "922" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832688268926902-beton" "name" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "h1" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(97) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:41:18" "updated_at" => string(19) "2019-09-20 13:41:18" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "922" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 7 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => string(3) "926" "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "name" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "h1" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(87) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:47:04" "updated_at" => string(19) "2019-09-20 13:47:04" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(7) "1280.00" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(3) "926" "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "name" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "h1" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(87) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:47:04" "updated_at" => string(19) "2019-09-20 13:47:04" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(7) "1280.00" ) protected _related => array(1) ( "brand" => object Model_Brand(34)) }{ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(3) ( "id" => array(1) ( "type" => string(3) "int" ) "name" => array(1) ( "type" => string(6) "string" ) "slug" => array(1) ( "type" => string(6) "string" ) ) protected _has_many => array(1) ( "products" => array(4) ( "foreign_key" => string(8) "brand_id" "through" => NULL "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "35" "name" => string(25) "KamaStone , г.Пермь" "slug" => string(17) "kamastone-gpermь" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "35" "name" => string(25) "KamaStone , г.Пермь" "slug" => string(17) "kamastone-gpermь" ) 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(5) "brand" protected _object_plural => string(6) "brands" protected _table_name => string(6) "brands" 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) "35" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) 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 _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "926" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(5) "brand" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 } -
APPPATH/classes/Controller/Public.php [ 83 ] » Kohana_View->render()
78 if ($this->sitename and $this->title) 79 $this->template->title .= $this->title_separator.$this->sitename; 80 81 // Set content 82 $this->template->content = $this->content; 83 $this->response->body($this->template->render()); 84 } else { 85 $this->response->body($this->content); 86 } 87 88 parent::after(); -
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Public->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)
0object Controller_Public_Product(15)
{ public model => object Model_Product(34){ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => string(3) "926" "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "name" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "h1" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(87) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:47:04" "updated_at" => string(19) "2019-09-20 13:47:04" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(7) "1280.00" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(3) "926" "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "name" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "h1" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(87) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:47:04" "updated_at" => string(19) "2019-09-20 13:47:04" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(7) "1280.00" ) protected _related => array(1) ( "brand" => object Model_Brand(34)public product => object Model_Product(34){ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(3) ( "id" => array(1) ( "type" => string(3) "int" ) "name" => array(1) ( "type" => string(6) "string" ) "slug" => array(1) ( "type" => string(6) "string" ) ) protected _has_many => array(1) ( "products" => array(4) ( "foreign_key" => string(8) "brand_id" "through" => NULL "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "35" "name" => string(25) "KamaStone , г.Пермь" "slug" => string(17) "kamastone-gpermь" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "35" "name" => string(25) "KamaStone , г.Пермь" "slug" => string(17) "kamastone-gpermь" ) 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(5) "brand" protected _object_plural => string(6) "brands" protected _table_name => string(6) "brands" 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) "35" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) 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 _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "926" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(5) "brand" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => string(3) "926" "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "name" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "h1" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(87) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:47:04" "updated_at" => string(19) "2019-09-20 13:47:04" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(7) "1280.00" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(3) "926" "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "name" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "h1" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(87) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:47:04" "updated_at" => string(19) "2019-09-20 13:47:04" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(7) "1280.00" ) protected _related => array(1) ( "brand" => object Model_Brand(34)public template => object View(2){ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(3) ( "id" => array(1) ( "type" => string(3) "int" ) "name" => array(1) ( "type" => string(6) "string" ) "slug" => array(1) ( "type" => string(6) "string" ) ) protected _has_many => array(1) ( "products" => array(4) ( "foreign_key" => string(8) "brand_id" "through" => NULL "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "35" "name" => string(25) "KamaStone , г.Пермь" "slug" => string(17) "kamastone-gpermь" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "35" "name" => string(25) "KamaStone , г.Пермь" "slug" => string(17) "kamastone-gpermь" ) 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(5) "brand" protected _object_plural => string(6) "brands" protected _table_name => string(6) "brands" 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) "35" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) 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 _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "926" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(5) "brand" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _file => string(65) "/home/k/kamastc1/kamastone.ru/application/views/Public/Layout.php" protected _data => array(5) ( "query" => NULL "sitename" => string(108) "«Кама-Стоун» — Производство и продажа декоративного камня" "title" => string(200) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить — «Кама-Стоун» — Производство и продажа декоративного камня" "description" => NULL "content" => object View(2)public auto_render => bool TRUE public sitename => string(108) "«Кама-Стоун» — Производство и продажа декоративного камня" public title => string(87) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить" public description => NULL public title_suffix => NULL public title_separator => string(5) " — " protected _user => NULL protected _auth => object Auth_ORM(2){ protected _file => string(66) "/home/k/kamastc1/kamastone.ru/application/views/Public/Product.php" protected _data => array(8) ( "photos" => object Database_Result_Cached(6)) }{ protected _query => string(253) "SELECT `s_product_photo`.`id` AS `id`, `s_product_photo`.`product_id` AS `product_id`, `s_product_photo`.`url` AS `url`, `s_prod …" protected _result => array(1) ( 0 => object Model_Product_Photo(34)"reviews" => object Database_Result_Cached(6){ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(4) ( "id" => array(1) ( "type" => string(3) "int" ) "product_id" => array(1) ( "type" => string(3) "int" ) "url" => array(1) ( "type" => string(6) "string" ) "position" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(1) ( "product" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(4) ( "id" => string(4) "3195" "product_id" => string(3) "926" "url" => string(74) "/temp/2020/bruschatka-trotuarnaya-myunhen-68426862-beton_5e2733012d61d.jpg" "position" => NULL ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(4) "3195" "product_id" => string(3) "926" "url" => string(74) "/temp/2020/bruschatka-trotuarnaya-myunhen-68426862-beton_5e2733012d61d.jpg" "position" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(13) "product_photo" protected _object_plural => string(14) "product_photos" protected _table_name => string(14) "product_photos" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "3195" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => string(19) "Model_Product_Photo" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(13) "product_photo" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _query => string(1458) "SELECT `s_created_by_user`.`id` AS `created_by_user:id`, `s_created_by_user`.`created_at` AS `created_by_user:created_at`, `s_cr …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(20) "Model_Product_Review" protected _object_params => NULL }"features" => object Database_Result_Cached(6){ protected _query => string(662) "SELECT `s_feature`.`id` AS `feature:id`, `s_feature`.`name` AS `feature:name`, `s_feature`.`text_plain` AS `feature:text_plain`, …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Product_Feature" protected _object_params => NULL }"varieties" => object Database_Result_Cached(6){ protected _query => string(454) "SELECT `s_product_variety`.`id` AS `id`, `s_product_variety`.`product_id` AS `product_id`, `s_product_variety`.`name` AS `name`, …" protected _result => array(2) ( 0 => object Model_Product_Variety(34)"related" => object Database_Result_Cached(6){ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(8) ( "id" => array(1) ( "type" => string(3) "int" ) "product_id" => array(1) ( "type" => string(3) "int" ) "name" => array(1) ( "type" => string(6) "string" ) "price" => array(1) ( "type" => string(7) "decimal" ) "stock" => array(1) ( "type" => string(3) "int" ) "box_weight" => array(1) ( "type" => string(7) "decimal" ) "box_capacity" => array(1) ( "type" => string(3) "int" ) "box_size" => array(1) ( "type" => string(7) "decimal" ) ) protected _belongs_to => array(1) ( "product" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => string(5) "15115" "product_id" => string(3) "926" "name" => string(4) "6842" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => string(5) "74.00" "box_capacity" => string(2) "55" "box_size" => string(4) "1.00" ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "15115" "product_id" => string(3) "926" "name" => string(4) "6842" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => string(5) "74.00" "box_capacity" => string(2) "55" "box_size" => string(4) "1.00" ) 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(15) "product_variety" protected _object_plural => string(17) "product_varieties" protected _table_name => string(17) "product_varieties" 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) "15115" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Product_Variety(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(15) "product_variety" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(8) ( "id" => array(1) ( "type" => string(3) "int" ) "product_id" => array(1) ( "type" => string(3) "int" ) "name" => array(1) ( "type" => string(6) "string" ) "price" => array(1) ( "type" => string(7) "decimal" ) "stock" => array(1) ( "type" => string(3) "int" ) "box_weight" => array(1) ( "type" => string(7) "decimal" ) "box_capacity" => array(1) ( "type" => string(3) "int" ) "box_size" => array(1) ( "type" => string(7) "decimal" ) ) protected _belongs_to => array(1) ( "product" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => string(5) "15116" "product_id" => string(3) "926" "name" => string(4) "6862" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => NULL "box_capacity" => string(1) "0" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "15116" "product_id" => string(3) "926" "name" => string(4) "6862" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => NULL "box_capacity" => string(1) "0" "box_size" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "product_variety" protected _object_plural => string(17) "product_varieties" protected _table_name => string(17) "product_varieties" 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) "15116" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 2 protected _current_row => integer 2 protected _as_object => string(21) "Model_Product_Variety" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(15) "product_variety" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _query => string(744) "SELECT `s_product`.`id` AS `id`, `s_product`.`slug` AS `slug`, `s_product`.`name` AS `name`, `s_product`.`h1` AS `h1`, `s_produc …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }"attachments" => object Database_Result_Cached(6){ protected _query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(24) "Model_Product_Attachment" protected _object_params => NULL }"similars" => object Database_Result_Cached(6){ protected _query => string(747) "SELECT `s_product`.`id` AS `id`, `s_product`.`slug` AS `slug`, `s_product`.`name` AS `name`, `s_product`.`h1` AS `h1`, `s_produc …" protected _result => array(7) ( 0 => object Model_Product(34)"product" => object Model_Product(34){ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "916" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6832-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6832, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:25:38" "updated_at" => string(19) "2019-09-20 13:25:38" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "916" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6832-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6832, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:25:38" "updated_at" => string(19) "2019-09-20 13:25:38" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "916" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "917" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6842-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6842, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6842, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6842, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:29:06" "updated_at" => string(19) "2019-09-20 13:29:06" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "917" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6842-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6842, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6842, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6842, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:29:06" "updated_at" => string(19) "2019-09-20 13:29:06" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "917" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)2 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "918" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6852-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6852, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6852, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6852, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:30:10" "updated_at" => string(19) "2019-09-20 13:30:10" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "918" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6852-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6852, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6852, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6852, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:30:10" "updated_at" => string(19) "2019-09-20 13:30:10" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "918" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)3 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "919" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6862-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6862, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:33:41" "updated_at" => string(19) "2019-09-20 13:33:41" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "919" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6862-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6862, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:33:41" "updated_at" => string(19) "2019-09-20 13:33:41" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "919" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)4 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "920" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6882-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6882, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:35:12" "updated_at" => string(19) "2019-09-20 13:35:12" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "920" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6882-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6882, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:35:12" "updated_at" => string(19) "2019-09-20 13:35:12" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "920" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)5 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "921" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832686268926902-beton" "name" => string(85) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "h1" => string(86) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(99) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:39:02" "updated_at" => string(19) "2019-09-20 13:39:02" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "921" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832686268926902-beton" "name" => string(85) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "h1" => string(86) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(99) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:39:02" "updated_at" => string(19) "2019-09-20 13:39:02" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "921" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)6 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "922" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832688268926902-beton" "name" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "h1" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(97) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:41:18" "updated_at" => string(19) "2019-09-20 13:41:18" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "922" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832688268926902-beton" "name" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "h1" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(97) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:41:18" "updated_at" => string(19) "2019-09-20 13:41:18" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "922" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 7 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => string(3) "926" "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "name" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "h1" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(87) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:47:04" "updated_at" => string(19) "2019-09-20 13:47:04" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(7) "1280.00" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(3) "926" "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "name" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "h1" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(87) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:47:04" "updated_at" => string(19) "2019-09-20 13:47:04" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(7) "1280.00" ) protected _related => array(1) ( "brand" => object Model_Brand(34)) }{ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(3) ( "id" => array(1) ( "type" => string(3) "int" ) "name" => array(1) ( "type" => string(6) "string" ) "slug" => array(1) ( "type" => string(6) "string" ) ) protected _has_many => array(1) ( "products" => array(4) ( "foreign_key" => string(8) "brand_id" "through" => NULL "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "35" "name" => string(25) "KamaStone , г.Пермь" "slug" => string(17) "kamastone-gpermь" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "35" "name" => string(25) "KamaStone , г.Пермь" "slug" => string(17) "kamastone-gpermь" ) 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(5) "brand" protected _object_plural => string(6) "brands" protected _table_name => string(6) "brands" 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) "35" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) 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 _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "926" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(5) "brand" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _session => object Session_Native(5)public content => object View(2){ protected _name => string(7) "session" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(2) ( "last_active" => integer 1779825426 "breadcrumb" => array(3) ( 0 => array(3) ( "title" => string(14) "Главная" "link" => string(1) "/" "active" => bool FALSE ) 1 => array(3) ( "title" => string(54) "Тротуарная плитка , брусчатка" "link" => string(38) "/catalog/trotuarnaya-plitka-bruschatka" "active" => bool FALSE ) 2 => array(3) ( "title" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "link" => string(54) "/product-bruschatka-trotuarnaya-myunhen-68426862-beton" "active" => bool TRUE ) ) ) protected _destroyed => bool FALSE }protected _config => object Config_Group(7){ public driver => string(3) "ORM" public hash_method => string(6) "sha256" public hash_key => string(7) "192168d" public lifetime => integer 1209600 public session_type => string(6) "native" public session_key => string(9) "auth_user" public users => array(0) }}{ protected _file => string(66) "/home/k/kamastc1/kamastone.ru/application/views/Public/Product.php" protected _data => array(8) ( "photos" => object Database_Result_Cached(6)public navbar => object View(2){ protected _query => string(253) "SELECT `s_product_photo`.`id` AS `id`, `s_product_photo`.`product_id` AS `product_id`, `s_product_photo`.`url` AS `url`, `s_prod …" protected _result => array(1) ( 0 => object Model_Product_Photo(34)"reviews" => object Database_Result_Cached(6){ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(4) ( "id" => array(1) ( "type" => string(3) "int" ) "product_id" => array(1) ( "type" => string(3) "int" ) "url" => array(1) ( "type" => string(6) "string" ) "position" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(1) ( "product" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(4) ( "id" => string(4) "3195" "product_id" => string(3) "926" "url" => string(74) "/temp/2020/bruschatka-trotuarnaya-myunhen-68426862-beton_5e2733012d61d.jpg" "position" => NULL ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(4) "3195" "product_id" => string(3) "926" "url" => string(74) "/temp/2020/bruschatka-trotuarnaya-myunhen-68426862-beton_5e2733012d61d.jpg" "position" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(13) "product_photo" protected _object_plural => string(14) "product_photos" protected _table_name => string(14) "product_photos" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "3195" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 1 protected _current_row => integer 1 protected _as_object => string(19) "Model_Product_Photo" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(13) "product_photo" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _query => string(1458) "SELECT `s_created_by_user`.`id` AS `created_by_user:id`, `s_created_by_user`.`created_at` AS `created_by_user:created_at`, `s_cr …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(20) "Model_Product_Review" protected _object_params => NULL }"features" => object Database_Result_Cached(6){ protected _query => string(662) "SELECT `s_feature`.`id` AS `feature:id`, `s_feature`.`name` AS `feature:name`, `s_feature`.`text_plain` AS `feature:text_plain`, …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(21) "Model_Product_Feature" protected _object_params => NULL }"varieties" => object Database_Result_Cached(6){ protected _query => string(454) "SELECT `s_product_variety`.`id` AS `id`, `s_product_variety`.`product_id` AS `product_id`, `s_product_variety`.`name` AS `name`, …" protected _result => array(2) ( 0 => object Model_Product_Variety(34)"related" => object Database_Result_Cached(6){ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(8) ( "id" => array(1) ( "type" => string(3) "int" ) "product_id" => array(1) ( "type" => string(3) "int" ) "name" => array(1) ( "type" => string(6) "string" ) "price" => array(1) ( "type" => string(7) "decimal" ) "stock" => array(1) ( "type" => string(3) "int" ) "box_weight" => array(1) ( "type" => string(7) "decimal" ) "box_capacity" => array(1) ( "type" => string(3) "int" ) "box_size" => array(1) ( "type" => string(7) "decimal" ) ) protected _belongs_to => array(1) ( "product" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => string(5) "15115" "product_id" => string(3) "926" "name" => string(4) "6842" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => string(5) "74.00" "box_capacity" => string(2) "55" "box_size" => string(4) "1.00" ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "15115" "product_id" => string(3) "926" "name" => string(4) "6842" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => string(5) "74.00" "box_capacity" => string(2) "55" "box_size" => string(4) "1.00" ) 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(15) "product_variety" protected _object_plural => string(17) "product_varieties" protected _table_name => string(17) "product_varieties" 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) "15115" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Product_Variety(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(15) "product_variety" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(8) ( "id" => array(1) ( "type" => string(3) "int" ) "product_id" => array(1) ( "type" => string(3) "int" ) "name" => array(1) ( "type" => string(6) "string" ) "price" => array(1) ( "type" => string(7) "decimal" ) "stock" => array(1) ( "type" => string(3) "int" ) "box_weight" => array(1) ( "type" => string(7) "decimal" ) "box_capacity" => array(1) ( "type" => string(3) "int" ) "box_size" => array(1) ( "type" => string(7) "decimal" ) ) protected _belongs_to => array(1) ( "product" => array(2) ( "foreign_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(8) ( "id" => string(5) "15116" "product_id" => string(3) "926" "name" => string(4) "6862" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => NULL "box_capacity" => string(1) "0" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "15116" "product_id" => string(3) "926" "name" => string(4) "6862" "price" => string(7) "1280.00" "stock" => string(3) "100" "box_weight" => NULL "box_capacity" => string(1) "0" "box_size" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "product_variety" protected _object_plural => string(17) "product_varieties" protected _table_name => string(17) "product_varieties" 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) "15116" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 2 protected _current_row => integer 2 protected _as_object => string(21) "Model_Product_Variety" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(15) "product_variety" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _query => string(744) "SELECT `s_product`.`id` AS `id`, `s_product`.`slug` AS `slug`, `s_product`.`name` AS `name`, `s_product`.`h1` AS `h1`, `s_produc …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }"attachments" => object Database_Result_Cached(6){ protected _query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _result => array(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(24) "Model_Product_Attachment" protected _object_params => NULL }"similars" => object Database_Result_Cached(6){ protected _query => string(747) "SELECT `s_product`.`id` AS `id`, `s_product`.`slug` AS `slug`, `s_product`.`name` AS `name`, `s_product`.`h1` AS `h1`, `s_produc …" protected _result => array(7) ( 0 => object Model_Product(34)"product" => object Model_Product(34){ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "916" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6832-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6832, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:25:38" "updated_at" => string(19) "2019-09-20 13:25:38" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "916" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6832-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6832, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6832, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:25:38" "updated_at" => string(19) "2019-09-20 13:25:38" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "916" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "917" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6842-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6842, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6842, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6842, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:29:06" "updated_at" => string(19) "2019-09-20 13:29:06" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "917" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6842-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6842, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6842, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6842, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:29:06" "updated_at" => string(19) "2019-09-20 13:29:06" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "917" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)2 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "918" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6852-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6852, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6852, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6852, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:30:10" "updated_at" => string(19) "2019-09-20 13:30:10" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "918" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6852-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6852, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6852, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6852, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:30:10" "updated_at" => string(19) "2019-09-20 13:30:10" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "918" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)3 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "919" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6862-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6862, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:33:41" "updated_at" => string(19) "2019-09-20 13:33:41" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "919" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6862-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6862, бетон" "h1" => string(70) "Брусчатка тротуарная Мюнхен 6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(83) "Брусчатка тротуарная Мюнхен 6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:33:41" "updated_at" => string(19) "2019-09-20 13:33:41" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "919" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)4 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "920" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6882-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6882, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:35:12" "updated_at" => string(19) "2019-09-20 13:35:12" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "920" "slug" => string(41) "bruschatka-trotuarnaya-myunhen-6882-beton" "name" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "h1" => string(69) "Брусчатка тротуарная Мюнхен 6882, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(82) "Брусчатка тротуарная Мюнхен 6882, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:35:12" "updated_at" => string(19) "2019-09-20 13:35:12" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "920" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)5 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "921" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832686268926902-beton" "name" => string(85) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "h1" => string(86) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(99) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:39:02" "updated_at" => string(19) "2019-09-20 13:39:02" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "921" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832686268926902-beton" "name" => string(85) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "h1" => string(86) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(99) "Брусчатка тротуарная Мюнхен 6832+6862+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:39:02" "updated_at" => string(19) "2019-09-20 13:39:02" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "921" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)6 => object Model_Product(34){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(3) "922" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832688268926902-beton" "name" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "h1" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(97) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:41:18" "updated_at" => string(19) "2019-09-20 13:41:18" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "922" "slug" => string(53) "bruschatka-trotuarnaya-myunhen-6832688268926902-beton" "name" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "h1" => string(84) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(97) "Брусчатка тротуарная Мюнхен 6832+6882+6892+6902, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:41:18" "updated_at" => string(19) "2019-09-20 13:41:18" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(7) "product" protected _object_plural => string(8) "products" protected _table_name => string(8) "products" protected _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "922" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 7 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _reload_on_wakeup => bool FALSE protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) public _table_columns => array(15) ( "id" => array(1) ( "type" => string(3) "int" ) "slug" => array(1) ( "type" => string(7) "varchar" ) "name" => array(1) ( "type" => string(7) "varchar" ) "h1" => array(1) ( "type" => string(7) "varchar" ) "status" => array(1) ( "type" => string(4) "enum" ) "brand_id" => array(1) ( "type" => string(3) "int" ) "meta_title" => array(1) ( "type" => string(7) "varchar" ) "descr_plain" => array(1) ( "type" => string(4) "text" ) "descr_html" => array(1) ( "type" => string(4) "text" ) "text_plain" => array(1) ( "type" => string(4) "text" ) "text_html" => array(1) ( "type" => string(4) "text" ) "created_at" => array(1) ( "type" => string(8) "datetime" ) "updated_at" => array(1) ( "type" => string(9) "timestamp" ) "created_by_id" => array(1) ( "type" => string(3) "int" ) "updated_by_id" => array(1) ( "type" => string(3) "int" ) ) protected _belongs_to => array(3) ( "brand" => array(2) ( "foreign_key" => string(8) "brand_id" "model" => string(5) "Brand" ) "created_by_user" => array(2) ( "foreign_key" => string(13) "created_by_id" "model" => string(4) "User" ) "updated_by_user" => array(2) ( "foreign_key" => string(13) "updated_by_id" "model" => string(4) "User" ) ) protected _has_many => array(10) ( "photos" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(8) "photo_id" "model" => string(13) "Product_Photo" ) "reviews" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(9) "review_id" "model" => string(14) "Product_Review" ) "varieties" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "variety_id" "model" => string(15) "Product_Variety" ) "features" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(10) "feature_id" "model" => string(15) "Product_Feature" ) "attachments" => array(4) ( "foreign_key" => string(10) "product_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(18) "Product_Attachment" ) "shops" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(14) "products_shops" "far_key" => string(7) "shop_id" "model" => string(4) "Shop" ) "categories" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(19) "categories_products" "far_key" => string(11) "category_id" "model" => string(8) "Category" ) "related" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(16) "products_related" "far_key" => string(10) "related_id" "model" => string(7) "Product" ) "similars" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_similars" "far_key" => string(10) "similar_id" "model" => string(7) "Product" ) "sections" => array(4) ( "foreign_key" => string(10) "product_id" "through" => string(17) "products_sections" "far_key" => string(10) "section_id" "model" => string(7) "Section" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(17) ( "id" => string(3) "926" "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "name" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "h1" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(87) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:47:04" "updated_at" => string(19) "2019-09-20 13:47:04" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(7) "1280.00" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(3) "926" "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "name" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "h1" => string(74) "Брусчатка тротуарная Мюнхен 6842+6862, бетон" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(87) "Брусчатка тротуарная Мюнхен 6842+6862, бетон купить" "descr_plain" => string(70) "Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)" "descr_html" => string(77) "<p>Брусчатка Мюнхен 190/95/40мм (1м2 = 55шт = 74кг)</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-09-20 15:47:04" "updated_at" => string(19) "2019-09-20 13:47:04" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(7) "1280.00" ) protected _related => array(1) ( "brand" => object Model_Brand(34)) }{ protected _reload_on_wakeup => bool FALSE protected _table_columns => array(3) ( "id" => array(1) ( "type" => string(3) "int" ) "name" => array(1) ( "type" => string(6) "string" ) "slug" => array(1) ( "type" => string(6) "string" ) ) protected _has_many => array(1) ( "products" => array(4) ( "foreign_key" => string(8) "brand_id" "through" => NULL "far_key" => string(10) "product_id" "model" => string(7) "Product" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(3) ( "id" => string(2) "35" "name" => string(25) "KamaStone , г.Пермь" "slug" => string(17) "kamastone-gpermь" ) protected _changed => array(0) protected _original_values => array(3) ( "id" => string(2) "35" "name" => string(25) "KamaStone , г.Пермь" "slug" => string(17) "kamastone-gpermь" ) 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(5) "brand" protected _object_plural => string(6) "brands" protected _table_name => string(6) "brands" 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) "35" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) 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 _updated_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "926" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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(5) "brand" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _identifier => string(1) "`" public last_query => string(331) "SELECT `s_product_attachment`.`id` AS `id`, `s_product_attachment`.`product_id` AS `product_id`, `s_product_attachment`.`name` A …" protected _instance => string(7) "default" protected _connection => object PDO(0)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" }{ }protected _config => array(6) ( "type" => string(3) "PDO" "table_prefix" => string(2) "s_" "charset" => string(4) "utf8" "caching" => bool TRUE "identifier" => string(1) "`" "profiling" => bool FALSE ) }{ protected _file => string(65) "/home/k/kamastc1/kamastone.ru/application/views/Public/Navbar.php" protected _data => array(1) ( "cart_products_count" => integer 0 ) }public request => 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)public response => object Response(5){ protected _filters => array(0) protected _uri => string(25) "product-<slug>(.<format>)" protected _regex => array(2) ( "slug" => string(10) "[a-z0-9-]+" "format" => string(9) "html|json" ) protected _defaults => array(3) ( "directory" => string(6) "Public" "controller" => string(7) "Product" "format" => string(4) "html" ) protected _route_regex => string(62) "#^product-(?P<slug>[a-z0-9-]+)(?:\.(?P<format>html|json))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(6) "Public" protected _controller => string(7) "Product" protected _action => string(5) "index" protected _uri => string(53) "product-bruschatka-trotuarnaya-myunhen-68426862-beton" protected _external => bool FALSE protected _params => array(2) ( "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "format" => string(4) "html" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(1) ( "session" => NULL ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}{ protected _status => integer 200 protected _header => object HTTP_Header(0)}{ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }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)
0object 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(25) "product-<slug>(.<format>)" protected _regex => array(2) ( "slug" => string(10) "[a-z0-9-]+" "format" => string(9) "html|json" ) protected _defaults => array(3) ( "directory" => string(6) "Public" "controller" => string(7) "Product" "format" => string(4) "html" ) protected _route_regex => string(62) "#^product-(?P<slug>[a-z0-9-]+)(?:\.(?P<format>html|json))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(6) "Public" protected _controller => string(7) "Product" protected _action => string(5) "index" protected _uri => string(53) "product-bruschatka-trotuarnaya-myunhen-68426862-beton" protected _external => bool FALSE protected _params => array(2) ( "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "format" => string(4) "html" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(1) ( "session" => NULL ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}1object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(array('_protocol' => $request->protocol())); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header)) -
SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)
0object 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(25) "product-<slug>(.<format>)" protected _regex => array(2) ( "slug" => string(10) "[a-z0-9-]+" "format" => string(9) "html|json" ) protected _defaults => array(3) ( "directory" => string(6) "Public" "controller" => string(7) "Product" "format" => string(4) "html" ) protected _route_regex => string(62) "#^product-(?P<slug>[a-z0-9-]+)(?:\.(?P<format>html|json))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(6) "Public" protected _controller => string(7) "Product" protected _action => string(5) "index" protected _uri => string(53) "product-bruschatka-trotuarnaya-myunhen-68426862-beton" protected _external => bool FALSE protected _params => array(2) ( "slug" => string(45) "bruschatka-trotuarnaya-myunhen-68426862-beton" "format" => string(4) "html" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(1) ( "session" => NULL ) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}981 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 982 ':uri' => $this->_uri, 983 )); 984 } 985 986 return $this->_client->execute($this); 987 } 988 989 /** 990 * Returns whether this request is the initial request Kohana received. 991 * Can be used to test for sub requests. -
DOCROOT/index.php [ 106 ] » Kohana_Request->execute()
101 /** 102 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 103 * If no source is specified, the URI will be automatically detected. 104 */ 105 $request = Request::factory(true, [], false); 106 $result = $request->execute()->send_headers(true)->body(); 107 108 //if (Kohana::$environment === Kohana::PRODUCTION) { 109 // // Add "created at" value 110 // $result .= '<!-- Created at '.date('d.m.Y H:i:s').' -->'; 111 // file_put_contents(APPPATH."cache/{$request->uri()}", sanitizeOutput($result));