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 [ 389 ] » Model_Product->image_url()
384 <?php foreach ($related as $product): ?> 385 <li> 386 <div class="product" itemscope itemtype="http://schema.org/Product"> 387 <div class="product__image"> 388 <a href="<?php echo $product->url(); ?>" title="<?php echo $product->h1; ?>"> 389 <img itemprop="image" alt="<?php echo $product->h1; ?>" src="<?php echo $product->image_url(); ?>"> 390 </a> 391 <a class="uk-icon-button uk-icon-search uk-hidden-small" 392 data-gallery href="<?php echo $product->image_url(); ?>"></a> 393 </div><!-- /.product__image --> 394 <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) "2693" "product_id" => string(3) "915" "url" => string(95) "/temp/2019/zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya_5df56198a3a50.jpg" "position" => NULL ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(4) "2693" "product_id" => string(3) "915" "url" => string(95) "/temp/2019/zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya_5df56198a3a50.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) "2693" 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(6) ( 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) "11114" "product_id" => string(3) "915" "name" => string(18) "белая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11114" "product_id" => string(3) "915" "name" => string(18) "белая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "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) "11114" 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) "11115" "product_id" => string(3) "915" "name" => string(18) "белая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11115" "product_id" => string(3) "915" "name" => string(18) "белая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "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) "11115" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)2 => 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) "11116" "product_id" => string(3) "915" "name" => string(21) "бежевая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11116" "product_id" => string(3) "915" "name" => string(21) "бежевая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "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) "11116" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)3 => 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) "11117" "product_id" => string(3) "915" "name" => string(22) "бежевая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11117" "product_id" => string(3) "915" "name" => string(22) "бежевая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "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) "11117" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)4 => 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) "11118" "product_id" => string(3) "915" "name" => string(17) "серая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11118" "product_id" => string(3) "915" "name" => string(17) "серая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "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) "11118" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)5 => 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) "11119" "product_id" => string(3) "915" "name" => string(18) "серая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11119" "product_id" => string(3) "915" "name" => string(18) "серая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "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) "11119" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 6 protected _current_row => integer 6 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(3) ( 0 => object Model_Product(34)"attachments" => object Database_Result_Cached(6){ 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) "515" "slug" => string(72) "kleizatirka-kamastoun-serovato-belyi-dlya-gipsovogo-dekorativnogo-kamnya" "name" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "h1" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(147) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня купить" "descr_plain" => string(610) "Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь на …" "descr_html" => string(617) "<p>Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:25:53" "updated_at" => string(19) "2018-07-05 08:25:53" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "515" "slug" => string(72) "kleizatirka-kamastoun-serovato-belyi-dlya-gipsovogo-dekorativnogo-kamnya" "name" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "h1" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(147) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня купить" "descr_plain" => string(610) "Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь на …" "descr_html" => string(617) "<p>Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:25:53" "updated_at" => string(19) "2018-07-05 08:25:53" "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) "515" 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) "519" "slug" => string(23) "usluga-lakirovki-kamnya" "name" => string(42) "Услуга лакировки камня" "h1" => string(42) "Услуга лакировки камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(55) "Услуга лакировки камня купить" "descr_plain" => string(1382) "У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборудова …" "descr_html" => string(1396) "<p>У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборуд …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:42:14" "updated_at" => string(19) "2018-07-05 08:42:14" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "519" "slug" => string(23) "usluga-lakirovki-kamnya" "name" => string(42) "Услуга лакировки камня" "h1" => string(42) "Услуга лакировки камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(55) "Услуга лакировки камня купить" "descr_plain" => string(1382) "У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборудова …" "descr_html" => string(1396) "<p>У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборуд …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:42:14" "updated_at" => string(19) "2018-07-05 08:42:14" "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) "519" 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) "520" "slug" => string(25) "fiksator-shva-10mm-101030" "name" => string(41) "Фиксатор шва 10мм (10*10*30)" "h1" => string(41) "Фиксатор шва 10мм (10*10*30)" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(54) "Фиксатор шва 10мм (10*10*30) купить" "descr_plain" => string(66) "Размер 10х10х30мм Расход 250шт на 5-6 кв.м." "descr_html" => string(73) "<p>Размер 10х10х30мм Расход 250шт на 5-6 кв.м.</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:45:59" "updated_at" => string(19) "2018-07-05 08:45:59" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "520" "slug" => string(25) "fiksator-shva-10mm-101030" "name" => string(41) "Фиксатор шва 10мм (10*10*30)" "h1" => string(41) "Фиксатор шва 10мм (10*10*30)" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(54) "Фиксатор шва 10мм (10*10*30) купить" "descr_plain" => string(66) "Размер 10х10х30мм Расход 250шт на 5-6 кв.м." "descr_html" => string(73) "<p>Размер 10х10х30мм Расход 250шт на 5-6 кв.м.</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:45:59" "updated_at" => string(19) "2018-07-05 08:45:59" "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) "520" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 3 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 _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(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }"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(17) ( "id" => string(3) "915" "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "name" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "h1" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(130) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить" "descr_plain" => string(275) "Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних ра …" "descr_html" => string(282) "<p>Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-05-30 22:20:19" "updated_at" => string(19) "2019-05-30 20:20:19" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(6) "493.00" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(3) "915" "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "name" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "h1" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(130) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить" "descr_plain" => string(275) "Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних ра …" "descr_html" => string(282) "<p>Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-05-30 22:20:19" "updated_at" => string(19) "2019-05-30 20:20:19" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(6) "493.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) "915" 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(243) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить — «Кама-Стоун» — Производство и продажа декоративного камн …" "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) "2693" "product_id" => string(3) "915" "url" => string(95) "/temp/2019/zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya_5df56198a3a50.jpg" "position" => NULL ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(4) "2693" "product_id" => string(3) "915" "url" => string(95) "/temp/2019/zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya_5df56198a3a50.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) "2693" 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(6) ( 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) "11114" "product_id" => string(3) "915" "name" => string(18) "белая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11114" "product_id" => string(3) "915" "name" => string(18) "белая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "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) "11114" 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) "11115" "product_id" => string(3) "915" "name" => string(18) "белая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11115" "product_id" => string(3) "915" "name" => string(18) "белая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "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) "11115" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)2 => 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) "11116" "product_id" => string(3) "915" "name" => string(21) "бежевая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11116" "product_id" => string(3) "915" "name" => string(21) "бежевая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "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) "11116" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)3 => 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) "11117" "product_id" => string(3) "915" "name" => string(22) "бежевая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11117" "product_id" => string(3) "915" "name" => string(22) "бежевая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "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) "11117" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)4 => 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) "11118" "product_id" => string(3) "915" "name" => string(17) "серая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11118" "product_id" => string(3) "915" "name" => string(17) "серая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "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) "11118" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)5 => 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) "11119" "product_id" => string(3) "915" "name" => string(18) "серая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11119" "product_id" => string(3) "915" "name" => string(18) "серая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "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) "11119" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 6 protected _current_row => integer 6 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(3) ( 0 => object Model_Product(34)"attachments" => object Database_Result_Cached(6){ 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) "515" "slug" => string(72) "kleizatirka-kamastoun-serovato-belyi-dlya-gipsovogo-dekorativnogo-kamnya" "name" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "h1" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(147) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня купить" "descr_plain" => string(610) "Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь на …" "descr_html" => string(617) "<p>Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:25:53" "updated_at" => string(19) "2018-07-05 08:25:53" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "515" "slug" => string(72) "kleizatirka-kamastoun-serovato-belyi-dlya-gipsovogo-dekorativnogo-kamnya" "name" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "h1" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(147) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня купить" "descr_plain" => string(610) "Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь на …" "descr_html" => string(617) "<p>Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:25:53" "updated_at" => string(19) "2018-07-05 08:25:53" "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) "515" 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) "519" "slug" => string(23) "usluga-lakirovki-kamnya" "name" => string(42) "Услуга лакировки камня" "h1" => string(42) "Услуга лакировки камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(55) "Услуга лакировки камня купить" "descr_plain" => string(1382) "У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборудова …" "descr_html" => string(1396) "<p>У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборуд …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:42:14" "updated_at" => string(19) "2018-07-05 08:42:14" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "519" "slug" => string(23) "usluga-lakirovki-kamnya" "name" => string(42) "Услуга лакировки камня" "h1" => string(42) "Услуга лакировки камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(55) "Услуга лакировки камня купить" "descr_plain" => string(1382) "У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборудова …" "descr_html" => string(1396) "<p>У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборуд …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:42:14" "updated_at" => string(19) "2018-07-05 08:42:14" "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) "519" 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) "520" "slug" => string(25) "fiksator-shva-10mm-101030" "name" => string(41) "Фиксатор шва 10мм (10*10*30)" "h1" => string(41) "Фиксатор шва 10мм (10*10*30)" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(54) "Фиксатор шва 10мм (10*10*30) купить" "descr_plain" => string(66) "Размер 10х10х30мм Расход 250шт на 5-6 кв.м." "descr_html" => string(73) "<p>Размер 10х10х30мм Расход 250шт на 5-6 кв.м.</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:45:59" "updated_at" => string(19) "2018-07-05 08:45:59" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "520" "slug" => string(25) "fiksator-shva-10mm-101030" "name" => string(41) "Фиксатор шва 10мм (10*10*30)" "h1" => string(41) "Фиксатор шва 10мм (10*10*30)" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(54) "Фиксатор шва 10мм (10*10*30) купить" "descr_plain" => string(66) "Размер 10х10х30мм Расход 250шт на 5-6 кв.м." "descr_html" => string(73) "<p>Размер 10х10х30мм Расход 250шт на 5-6 кв.м.</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:45:59" "updated_at" => string(19) "2018-07-05 08:45:59" "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) "520" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 3 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 _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(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }"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(17) ( "id" => string(3) "915" "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "name" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "h1" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(130) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить" "descr_plain" => string(275) "Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних ра …" "descr_html" => string(282) "<p>Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-05-30 22:20:19" "updated_at" => string(19) "2019-05-30 20:20:19" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(6) "493.00" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(3) "915" "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "name" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "h1" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(130) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить" "descr_plain" => string(275) "Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних ра …" "descr_html" => string(282) "<p>Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-05-30 22:20:19" "updated_at" => string(19) "2019-05-30 20:20:19" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(6) "493.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) "915" 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) "915" "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "name" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "h1" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(130) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить" "descr_plain" => string(275) "Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних ра …" "descr_html" => string(282) "<p>Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-05-30 22:20:19" "updated_at" => string(19) "2019-05-30 20:20:19" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(6) "493.00" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(3) "915" "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "name" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "h1" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(130) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить" "descr_plain" => string(275) "Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних ра …" "descr_html" => string(282) "<p>Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-05-30 22:20:19" "updated_at" => string(19) "2019-05-30 20:20:19" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(6) "493.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) "915" 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) "915" "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "name" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "h1" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(130) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить" "descr_plain" => string(275) "Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних ра …" "descr_html" => string(282) "<p>Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-05-30 22:20:19" "updated_at" => string(19) "2019-05-30 20:20:19" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(6) "493.00" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(3) "915" "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "name" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "h1" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(130) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить" "descr_plain" => string(275) "Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних ра …" "descr_html" => string(282) "<p>Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-05-30 22:20:19" "updated_at" => string(19) "2019-05-30 20:20:19" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(6) "493.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) "915" 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(243) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить — «Кама-Стоун» — Производство и продажа декоративного камн …" "description" => NULL "content" => object View(2)public auto_render => bool TRUE public sitename => string(108) "«Кама-Стоун» — Производство и продажа декоративного камня" public title => string(130) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить" 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) "2693" "product_id" => string(3) "915" "url" => string(95) "/temp/2019/zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya_5df56198a3a50.jpg" "position" => NULL ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(4) "2693" "product_id" => string(3) "915" "url" => string(95) "/temp/2019/zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya_5df56198a3a50.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) "2693" 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(6) ( 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) "11114" "product_id" => string(3) "915" "name" => string(18) "белая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11114" "product_id" => string(3) "915" "name" => string(18) "белая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "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) "11114" 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) "11115" "product_id" => string(3) "915" "name" => string(18) "белая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11115" "product_id" => string(3) "915" "name" => string(18) "белая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "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) "11115" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)2 => 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) "11116" "product_id" => string(3) "915" "name" => string(21) "бежевая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11116" "product_id" => string(3) "915" "name" => string(21) "бежевая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "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) "11116" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)3 => 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) "11117" "product_id" => string(3) "915" "name" => string(22) "бежевая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11117" "product_id" => string(3) "915" "name" => string(22) "бежевая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "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) "11117" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)4 => 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) "11118" "product_id" => string(3) "915" "name" => string(17) "серая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11118" "product_id" => string(3) "915" "name" => string(17) "серая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "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) "11118" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)5 => 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) "11119" "product_id" => string(3) "915" "name" => string(18) "серая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11119" "product_id" => string(3) "915" "name" => string(18) "серая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "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) "11119" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 6 protected _current_row => integer 6 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(3) ( 0 => object Model_Product(34)"attachments" => object Database_Result_Cached(6){ 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) "515" "slug" => string(72) "kleizatirka-kamastoun-serovato-belyi-dlya-gipsovogo-dekorativnogo-kamnya" "name" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "h1" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(147) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня купить" "descr_plain" => string(610) "Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь на …" "descr_html" => string(617) "<p>Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:25:53" "updated_at" => string(19) "2018-07-05 08:25:53" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "515" "slug" => string(72) "kleizatirka-kamastoun-serovato-belyi-dlya-gipsovogo-dekorativnogo-kamnya" "name" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "h1" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(147) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня купить" "descr_plain" => string(610) "Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь на …" "descr_html" => string(617) "<p>Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:25:53" "updated_at" => string(19) "2018-07-05 08:25:53" "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) "515" 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) "519" "slug" => string(23) "usluga-lakirovki-kamnya" "name" => string(42) "Услуга лакировки камня" "h1" => string(42) "Услуга лакировки камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(55) "Услуга лакировки камня купить" "descr_plain" => string(1382) "У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборудова …" "descr_html" => string(1396) "<p>У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборуд …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:42:14" "updated_at" => string(19) "2018-07-05 08:42:14" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "519" "slug" => string(23) "usluga-lakirovki-kamnya" "name" => string(42) "Услуга лакировки камня" "h1" => string(42) "Услуга лакировки камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(55) "Услуга лакировки камня купить" "descr_plain" => string(1382) "У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборудова …" "descr_html" => string(1396) "<p>У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборуд …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:42:14" "updated_at" => string(19) "2018-07-05 08:42:14" "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) "519" 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) "520" "slug" => string(25) "fiksator-shva-10mm-101030" "name" => string(41) "Фиксатор шва 10мм (10*10*30)" "h1" => string(41) "Фиксатор шва 10мм (10*10*30)" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(54) "Фиксатор шва 10мм (10*10*30) купить" "descr_plain" => string(66) "Размер 10х10х30мм Расход 250шт на 5-6 кв.м." "descr_html" => string(73) "<p>Размер 10х10х30мм Расход 250шт на 5-6 кв.м.</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:45:59" "updated_at" => string(19) "2018-07-05 08:45:59" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "520" "slug" => string(25) "fiksator-shva-10mm-101030" "name" => string(41) "Фиксатор шва 10мм (10*10*30)" "h1" => string(41) "Фиксатор шва 10мм (10*10*30)" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(54) "Фиксатор шва 10мм (10*10*30) купить" "descr_plain" => string(66) "Размер 10х10х30мм Расход 250шт на 5-6 кв.м." "descr_html" => string(73) "<p>Размер 10х10х30мм Расход 250шт на 5-6 кв.м.</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:45:59" "updated_at" => string(19) "2018-07-05 08:45:59" "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) "520" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 3 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 _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(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }"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(17) ( "id" => string(3) "915" "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "name" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "h1" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(130) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить" "descr_plain" => string(275) "Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних ра …" "descr_html" => string(282) "<p>Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-05-30 22:20:19" "updated_at" => string(19) "2019-05-30 20:20:19" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(6) "493.00" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(3) "915" "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "name" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "h1" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(130) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить" "descr_plain" => string(275) "Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних ра …" "descr_html" => string(282) "<p>Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-05-30 22:20:19" "updated_at" => string(19) "2019-05-30 20:20:19" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(6) "493.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) "915" 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 1779825330 "breadcrumb" => array(3) ( 0 => array(3) ( "title" => string(14) "Главная" "link" => string(1) "/" "active" => bool FALSE ) 1 => array(3) ( "title" => string(39) "Сопутствующие товары" "link" => string(32) "/catalog/soputstvuyuschie-tovary" "active" => bool FALSE ) 2 => array(3) ( "title" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "link" => string(75) "/product-zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "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) "2693" "product_id" => string(3) "915" "url" => string(95) "/temp/2019/zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya_5df56198a3a50.jpg" "position" => NULL ) protected _changed => array(0) protected _original_values => array(4) ( "id" => string(4) "2693" "product_id" => string(3) "915" "url" => string(95) "/temp/2019/zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya_5df56198a3a50.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) "2693" 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(6) ( 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) "11114" "product_id" => string(3) "915" "name" => string(18) "белая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11114" "product_id" => string(3) "915" "name" => string(18) "белая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "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) "11114" 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) "11115" "product_id" => string(3) "915" "name" => string(18) "белая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11115" "product_id" => string(3) "915" "name" => string(18) "белая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "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) "11115" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)2 => 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) "11116" "product_id" => string(3) "915" "name" => string(21) "бежевая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11116" "product_id" => string(3) "915" "name" => string(21) "бежевая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "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) "11116" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)3 => 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) "11117" "product_id" => string(3) "915" "name" => string(22) "бежевая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11117" "product_id" => string(3) "915" "name" => string(22) "бежевая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "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) "11117" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)4 => 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) "11118" "product_id" => string(3) "915" "name" => string(17) "серая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11118" "product_id" => string(3) "915" "name" => string(17) "серая 5 кг" "price" => string(6) "493.00" "stock" => string(3) "100" "box_weight" => string(4) "5.00" "box_capacity" => string(1) "1" "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) "11118" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)5 => 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) "11119" "product_id" => string(3) "915" "name" => string(18) "серая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "box_size" => NULL ) protected _changed => array(0) protected _original_values => array(8) ( "id" => string(5) "11119" "product_id" => string(3) "915" "name" => string(18) "серая 25 кг" "price" => string(7) "1330.00" "stock" => string(3) "100" "box_weight" => string(5) "25.00" "box_capacity" => string(1) "1" "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) "11119" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 6 protected _current_row => integer 6 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(3) ( 0 => object Model_Product(34)"attachments" => object Database_Result_Cached(6){ 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) "515" "slug" => string(72) "kleizatirka-kamastoun-serovato-belyi-dlya-gipsovogo-dekorativnogo-kamnya" "name" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "h1" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(147) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня купить" "descr_plain" => string(610) "Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь на …" "descr_html" => string(617) "<p>Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:25:53" "updated_at" => string(19) "2018-07-05 08:25:53" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "515" "slug" => string(72) "kleizatirka-kamastoun-serovato-belyi-dlya-gipsovogo-dekorativnogo-kamnya" "name" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "h1" => string(134) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(147) "Клей/Затирка Камастоун серовато-белый для гипсового декоративного камня купить" "descr_plain" => string(610) "Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь на …" "descr_html" => string(617) "<p>Можно использовать как клей и /или как затирку швов при укладке декоративного камня. Клей Камастоун - сухая растворная смесь …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:25:53" "updated_at" => string(19) "2018-07-05 08:25:53" "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) "515" 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) "519" "slug" => string(23) "usluga-lakirovki-kamnya" "name" => string(42) "Услуга лакировки камня" "h1" => string(42) "Услуга лакировки камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(55) "Услуга лакировки камня купить" "descr_plain" => string(1382) "У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборудова …" "descr_html" => string(1396) "<p>У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборуд …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:42:14" "updated_at" => string(19) "2018-07-05 08:42:14" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "519" "slug" => string(23) "usluga-lakirovki-kamnya" "name" => string(42) "Услуга лакировки камня" "h1" => string(42) "Услуга лакировки камня" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(55) "Услуга лакировки камня купить" "descr_plain" => string(1382) "У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборудова …" "descr_html" => string(1396) "<p>У нас Вы можете заказать услугу лакировки декоративного искусственного камня и кирпича с применением профессионального оборуд …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:42:14" "updated_at" => string(19) "2018-07-05 08:42:14" "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) "519" 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) "520" "slug" => string(25) "fiksator-shva-10mm-101030" "name" => string(41) "Фиксатор шва 10мм (10*10*30)" "h1" => string(41) "Фиксатор шва 10мм (10*10*30)" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(54) "Фиксатор шва 10мм (10*10*30) купить" "descr_plain" => string(66) "Размер 10х10х30мм Расход 250шт на 5-6 кв.м." "descr_html" => string(73) "<p>Размер 10х10х30мм Расход 250шт на 5-6 кв.м.</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:45:59" "updated_at" => string(19) "2018-07-05 08:45:59" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(3) "520" "slug" => string(25) "fiksator-shva-10mm-101030" "name" => string(41) "Фиксатор шва 10мм (10*10*30)" "h1" => string(41) "Фиксатор шва 10мм (10*10*30)" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(54) "Фиксатор шва 10мм (10*10*30) купить" "descr_plain" => string(66) "Размер 10х10х30мм Расход 250шт на 5-6 кв.м." "descr_html" => string(73) "<p>Размер 10х10х30мм Расход 250шт на 5-6 кв.м.</p>" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2018-07-05 10:45:59" "updated_at" => string(19) "2018-07-05 08:45:59" "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) "520" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 3 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 _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(0) protected _total_rows => integer 0 protected _current_row => integer 0 protected _as_object => string(13) "Model_Product" protected _object_params => NULL }"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(17) ( "id" => string(3) "915" "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "name" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "h1" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(130) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить" "descr_plain" => string(275) "Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних ра …" "descr_html" => string(282) "<p>Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-05-30 22:20:19" "updated_at" => string(19) "2019-05-30 20:20:19" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(6) "493.00" ) protected _changed => array(0) protected _original_values => array(17) ( "id" => string(3) "915" "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "name" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "h1" => string(117) "Затирка для декоративного камня, кирпича зернистая гидрофобная" "status" => string(9) "published" "brand_id" => string(2) "35" "meta_title" => string(130) "Затирка для декоративного камня, кирпича зернистая гидрофобная купить" "descr_plain" => string(275) "Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних ра …" "descr_html" => string(282) "<p>Профессиональная цветная затирка для декоративного камня , кирпичной кладки и натурального камня . Для наружных и внутренних …" "text_plain" => string(1) "*" "text_html" => string(8) "<p>*</p>" "created_at" => string(19) "2019-05-30 22:20:19" "updated_at" => string(19) "2019-05-30 20:20:19" "created_by_id" => string(2) "48" "updated_by_id" => string(2) "48" "average" => NULL "price" => string(6) "493.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) "915" 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(74) "product-zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" protected _external => bool FALSE protected _params => array(2) ( "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "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(74) "product-zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" protected _external => bool FALSE protected _params => array(2) ( "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "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(74) "product-zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" protected _external => bool FALSE protected _params => array(2) ( "slug" => string(66) "zatirka-dlya-dekorativnogo-kamnya-kirpicha-zernistaya-gidrofobnaya" "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));