$products = Shop_Product::create()->apply_filters();
Expectation is that I get an object that is a list of all products in db (several hundred).
Actual result is just the Shop_Product class. Var_dump of this just shows me all properties. Why?
Online Store
object(Shop_Product)#198 (63) { ["table_name"]=> string(13) "shop_products" ["implement"]=> array(2) { [0]=> string(11) "Phpr_Events" [1]=> string(17) "Db_AutoFootprints" } ["auto_footprints_visible"]=> bool(true) ["enabled"]=> bool(true) ["visibility_search"]=> bool(true) ["visibility_catalog"]=> bool(true) ["perproduct_shipping_cost_use_parent"]=> bool(true) ["api_added_columns":protected]=> array(0) { } ["category_cache":protected]=> NULL ["belongs_to"]=> array(5) { ["page"]=> array(2) { ["class_name"]=> string(8) "Cms_Page" ["foreign_key"]=> string(7) "page_id" } ["master_grouped_product"]=> array(2) { ["class_name"]=> string(12) "Shop_Product" ["foreign_key"]=> string(10) "product_id" } ["tax_class"]=> array(2) { ["class_name"]=> string(13) "Shop_TaxClass" ["foreign_key"]=> string(12) "tax_class_id" } ["product_type"]=> array(2) { ["class_name"]=> string(16) "Shop_ProductType" ["foreign_key"]=> string(15) "product_type_id" } ["manufacturer_link"]=> array(2) { ["class_name"]=> string(17) "Shop_Manufacturer" ["foreign_key"]=> string(15) "manufacturer_id" } } ["has_and_belongs_to_many"]=> array(5) { ["categories"]=> array(3) { ["class_name"]=> string(13) "Shop_Category" ["join_table"]=> string(24) "shop_products_categories" ["order"]=> string(4) "name" } ["customer_groups"]=> array(5) { ["class_name"]=> string(18) "Shop_CustomerGroup" ["join_table"]=> string(29) "shop_products_customer_groups" ["order"]=> string(4) "name" ["foreign_key"]=> string(17) "customer_group_id" ["primary_key"]=> string(15) "shop_product_id" } ["related_products_all"]=> array(4) { ["class_name"]=> string(12) "Shop_Product" ["join_table"]=> string(21) "shop_related_products" ["primary_key"]=> string(17) "master_product_id" ["foreign_key"]=> string(18) "related_product_id" } ["related_product_list"]=> array(6) { ["class_name"]=> string(12) "Shop_Product" ["order"]=> string(18) "shop_products.name" ["join_table"]=> string(21) "shop_related_products" ["primary_key"]=> string(17) "master_product_id" ["foreign_key"]=> string(18) "related_product_id" ["conditions"]=> string(1111) "((shop_products.enabled=1 and not ( shop_products.track_inventory is not null and shop_products.track_inventory=1 and shop_products.hide_if_out_of_stock is not null and shop_products.hide_if_out_of_stock=1 and ((shop_products.stock_alert_threshold is not null and shop_products.in_stock <= shop_products.stock_alert_threshold) or (shop_products.stock_alert_threshold is null and shop_products.in_stock<=0)) )) or exists(select * from shop_products grouped_products where grouped_products.product_id is not null and grouped_products.product_id=shop_products.id and grouped_products.enabled=1 and not ( grouped_products.track_inventory is not null and grouped_products.track_inventory=1 and grouped_products.hide_if_out_of_stock is not null and grouped_products.hide_if_out_of_stock=1 and ((grouped_products.stock_alert_threshold is not null and grouped_products.in_stock <= grouped_products.stock_alert_threshold) or (grouped_products.stock_alert_threshold is null and grouped_products.in_stock<=0)) ))) and (shop_products.disable_completely is null or shop_products.disable_completely = 0)" } ["extra_option_sets"]=> array(5) { ["class_name"]=> string(19) "Shop_ExtraOptionSet" ["order"]=> string(27) "shop_extra_option_sets.name" ["join_table"]=> string(24) "shop_products_extra_sets" ["primary_key"]=> string(16) "extra_product_id" ["foreign_key"]=> string(19) "extra_option_set_id" } } ["has_many"]=> array(10) { ["grouped_products_all"]=> array(4) { ["class_name"]=> string(12) "Shop_Product" ["delete"]=> bool(true) ["order"]=> string(18) "grouped_sort_order" ["foreign_key"]=> string(10) "product_id" } ["images"]=> array(5) { ["class_name"]=> string(7) "Db_File" ["foreign_key"]=> string(16) "master_object_id" ["conditions"]=> string(53) "master_object_class='Shop_Product' and field='images'" ["order"]=> string(14) "sort_order, id" ["delete"]=> bool(true) } ["options"]=> array(4) { ["class_name"]=> string(20) "Shop_CustomAttribute" ["foreign_key"]=> string(10) "product_id" ["order"]=> string(10) "sort_order" ["delete"]=> bool(true) } ["product_extra_options"]=> array(5) { ["class_name"]=> string(16) "Shop_ExtraOption" ["foreign_key"]=> string(10) "product_id" ["order"]=> string(23) "extra_option_sort_order" ["delete"]=> bool(true) ["conditions"]=> string(42) "(option_in_set is null or option_in_set=0)" } ["properties"]=> array(4) { ["class_name"]=> string(20) "Shop_ProductProperty" ["foreign_key"]=> string(10) "product_id" ["order"]=> string(10) "sort_order" ["delete"]=> bool(true) } ["price_tiers"]=> array(4) { ["class_name"]=> string(14) "Shop_PriceTier" ["foreign_key"]=> string(10) "product_id" ["order"]=> string(78) "(select name from shop_customer_groups where id=customer_group_id), price desc" ["delete"]=> bool(true) } ["bundle_items_link"]=> array(4) { ["class_name"]=> string(22) "Shop_ProductBundleItem" ["foreign_key"]=> string(10) "product_id" ["order"]=> string(10) "sort_order" ["delete"]=> bool(true) } ["grouped_product_list"]=> array(5) { ["class_name"]=> string(12) "Shop_Product" ["delete"]=> bool(true) ["order"]=> string(18) "grouped_sort_order" ["foreign_key"]=> string(10) "product_id" ["conditions"]=> string(408) "shop_products.enabled=1 and not ( shop_products.track_inventory is not null and shop_products.track_inventory=1 and shop_products.hide_if_out_of_stock is not null and shop_products.hide_if_out_of_stock=1 and ((shop_products.stock_alert_threshold is not null and shop_products.in_stock <= shop_products.stock_alert_threshold) or (shop_products.stock_alert_threshold is null and shop_products.in_stock<=0)))" } ["files"]=> array(5) { ["class_name"]=> string(16) "Shop_ProductFile" ["foreign_key"]=> string(16) "master_object_id" ["conditions"]=> string(52) "master_object_class='Shop_Product' and field='files'" ["order"]=> string(2) "id" ["delete"]=> bool(true) } ["uploaded_files"]=> array(5) { ["class_name"]=> string(7) "Db_File" ["foreign_key"]=> string(16) "master_object_id" ["conditions"]=> string(61) "master_object_class='Shop_Product' and field='uploaded_files'" ["order"]=> string(2) "id" ["delete"]=> bool(true) } } ["calculated_columns"]=> array(3) { ["page_url"]=> array(3) { ["sql"]=> string(9) "pages.url" ["type"]=> string(4) "text" ["join"]=> array(1) { ["pages"]=> string(30) "shop_products.page_id=pages.id" } } ["items_ordered"]=> array(2) { ["sql"]=> string(1) "0" ["type"]=> string(6) "number" } ["grouped_name"]=> array(2) { ["sql"]=> string(123) "if (shop_products.grouped = 1, concat(shop_products.name, " (", shop_products.grouped_option_desc,")"), shop_products.name)" ["type"]=> string(4) "text" } } ["perproduct_shipping_cost"]=> array(1) { [0]=> array(4) { ["country"]=> string(1) "*" ["state"]=> string(1) "*" ["zip"]=> string(1) "*" ["cost"]=> string(1) "0" } } ["custom_columns"]=> array(4) { ["current_price"]=> string(6) "number" ["csv_import_parent_sku"]=> string(4) "text" ["csv_related_sku"]=> string(4) "text" ["image"]=> string(4) "text" } ["category_sort_order"]=> NULL ["categories_column":protected]=> NULL ["primary_key"]=> string(2) "id" ["default_sort"]=> string(0) "" ["has_one"]=> NULL ["added_relations":protected]=> array(0) { } ["encrypted_columns"]=> array(0) { } ["simpleCaching"]=> bool(false) ["className":protected]=> string(12) "Shop_Product" ["strict"]=> bool(false) ["auto_create_timestamps"]=> array(2) { [0]=> string(10) "created_at" [1]=> string(10) "created_on" } ["auto_update_timestamps"]=> array(2) { [0]=> string(10) "updated_at" [1]=> string(10) "updated_on" } ["auto_timestamps"]=> bool(true) ["datetime_fields":protected]=> array(4) { [0]=> string(10) "created_at" [1]=> string(10) "created_on" [2]=> string(10) "updated_at" [3]=> string(10) "updated_on" } ["auto_footprints":protected]=> bool(true) ["new_record":protected]=> bool(true) ["aggregations":protected]=> array(5) { [0]=> string(5) "count" [1]=> string(3) "sum" [2]=> string(3) "avg" [3]=> string(3) "max" [4]=> string(3) "min" } ["serialize_associations"]=> bool(false) ["fetched"]=> array(0) { } ["has_models"]=> array(20) { ["grouped_products_all"]=> string(8) "has_many" ["images"]=> string(8) "has_many" ["options"]=> string(8) "has_many" ["product_extra_options"]=> string(8) "has_many" ["properties"]=> string(8) "has_many" ["price_tiers"]=> string(8) "has_many" ["bundle_items_link"]=> string(8) "has_many" ["grouped_product_list"]=> string(8) "has_many" ["files"]=> string(8) "has_many" ["uploaded_files"]=> string(8) "has_many" ["categories"]=> string(23) "has_and_belongs_to_many" ["customer_groups"]=> string(23) "has_and_belongs_to_many" ["related_products_all"]=> string(23) "has_and_belongs_to_many" ["related_product_list"]=> string(23) "has_and_belongs_to_many" ["extra_option_sets"]=> string(23) "has_and_belongs_to_many" ["page"]=> string(10) "belongs_to" ["master_grouped_product"]=> string(10) "belongs_to" ["tax_class"]=> string(10) "belongs_to" ["product_type"]=> string(10) "belongs_to" ["manufacturer_link"]=> string(10) "belongs_to" } ["changed_relations":protected]=> array(0) { } ["calc_rows":protected]=> bool(false) ["legacy_pagination":protected]=> bool(true) ["found_rows"]=> int(0) ["__locked":"Db_ActiveRecord":private]=> bool(false) ["modelState":protected]=> string(7) "created" ["objectId"]=> string(9) "ac_obj_15" ["_columns_def"]=> NULL ["form_field_columns_initialized":protected]=> bool(false) ["column_definitions":protected]=> array(0) { } ["form_elements"]=> array(0) { } ["formTabIds"]=> array(0) { } ["formTabVisibility"]=> array(0) { } ["formTabCssClasses"]=> array(0) { } ["validation"]=> object(Phpr_Validation)#204 (9) { ["_owner":"Phpr_Validation":private]=> *RECURSION* ["_fields"]=> array(0) { } ["valid"]=> bool(false) ["errorFields"]=> array(0) { } ["fieldErrors"]=> array(0) { } ["errorMessage"]=> NULL ["fieldValues"]=> array(0) { } ["focusPrefix"]=> string(13) "Shop_Product_" ["_formId":"Phpr_Validation":private]=> string(11) "FormElement" } ["columns_loaded":protected]=> bool(false) ["fields_cache":protected]=> array(56) { ["id"]=> array(6) { ["name"]=> string(2) "id" ["sql_type"]=> string(7) "int(11)" ["type"]=> string(3) "int" ["notnull"]=> bool(true) ["default"]=> NULL ["primary"]=> bool(true) } ["name"]=> array(6) { ["name"]=> string(4) "name" ["sql_type"]=> string(12) "varchar(255)" ["type"]=> string(7) "varchar" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["description"]=> array(6) { ["name"]=> string(11) "description" ["sql_type"]=> string(4) "text" ["type"]=> string(4) "text" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["short_description"]=> array(6) { ["name"]=> string(17) "short_description" ["sql_type"]=> string(4) "text" ["type"]=> string(4) "text" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["url_name"]=> array(6) { ["name"]=> string(8) "url_name" ["sql_type"]=> string(12) "varchar(255)" ["type"]=> string(7) "varchar" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["price"]=> array(6) { ["name"]=> string(5) "price" ["sql_type"]=> string(13) "decimal(15,2)" ["type"]=> string(7) "decimal" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["sku"]=> array(6) { ["name"]=> string(3) "sku" ["sql_type"]=> string(12) "varchar(100)" ["type"]=> string(7) "varchar" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["weight"]=> array(6) { ["name"]=> string(6) "weight" ["sql_type"]=> string(5) "float" ["type"]=> string(5) "float" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["width"]=> array(6) { ["name"]=> string(5) "width" ["sql_type"]=> string(5) "float" ["type"]=> string(5) "float" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["height"]=> array(6) { ["name"]=> string(6) "height" ["sql_type"]=> string(5) "float" ["type"]=> string(5) "float" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["depth"]=> array(6) { ["name"]=> string(5) "depth" ["sql_type"]=> string(5) "float" ["type"]=> string(5) "float" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["manufacturer_id"]=> array(6) { ["name"]=> string(15) "manufacturer_id" ["sql_type"]=> string(7) "int(11)" ["type"]=> string(3) "int" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["meta_description"]=> array(6) { ["name"]=> string(16) "meta_description" ["sql_type"]=> string(4) "text" ["type"]=> string(4) "text" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["meta_keywords"]=> array(6) { ["name"]=> string(13) "meta_keywords" ["sql_type"]=> string(4) "text" ["type"]=> string(4) "text" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["on_sale"]=> array(6) { ["name"]=> string(7) "on_sale" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["enabled"]=> array(6) { ["name"]=> string(7) "enabled" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["track_inventory"]=> array(6) { ["name"]=> string(15) "track_inventory" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["in_stock"]=> array(6) { ["name"]=> string(8) "in_stock" ["sql_type"]=> string(7) "int(11)" ["type"]=> string(3) "int" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["hide_if_out_of_stock"]=> array(6) { ["name"]=> string(20) "hide_if_out_of_stock" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["stock_alert_threshold"]=> array(6) { ["name"]=> string(21) "stock_alert_threshold" ["sql_type"]=> string(7) "int(11)" ["type"]=> string(3) "int" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["allow_pre_order"]=> array(6) { ["name"]=> string(15) "allow_pre_order" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["created_user_id"]=> array(6) { ["name"]=> string(15) "created_user_id" ["sql_type"]=> string(7) "int(11)" ["type"]=> string(3) "int" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["updated_user_id"]=> array(6) { ["name"]=> string(15) "updated_user_id" ["sql_type"]=> string(7) "int(11)" ["type"]=> string(3) "int" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["created_at"]=> array(6) { ["name"]=> string(10) "created_at" ["sql_type"]=> string(8) "datetime" ["type"]=> string(8) "datetime" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["updated_at"]=> array(6) { ["name"]=> string(10) "updated_at" ["sql_type"]=> string(8) "datetime" ["type"]=> string(8) "datetime" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["page_id"]=> array(6) { ["name"]=> string(7) "page_id" ["sql_type"]=> string(7) "int(11)" ["type"]=> string(3) "int" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["product_id"]=> array(6) { ["name"]=> string(10) "product_id" ["sql_type"]=> string(7) "int(11)" ["type"]=> string(3) "int" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["grouped_option_desc"]=> array(6) { ["name"]=> string(19) "grouped_option_desc" ["sql_type"]=> string(12) "varchar(255)" ["type"]=> string(7) "varchar" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["grouped"]=> array(6) { ["name"]=> string(7) "grouped" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["grouped_attribute_name"]=> array(6) { ["name"]=> string(22) "grouped_attribute_name" ["sql_type"]=> string(12) "varchar(100)" ["type"]=> string(7) "varchar" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["tax_class_id"]=> array(6) { ["name"]=> string(12) "tax_class_id" ["sql_type"]=> string(7) "int(11)" ["type"]=> string(3) "int" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["product_type_id"]=> array(6) { ["name"]=> string(15) "product_type_id" ["sql_type"]=> string(7) "int(11)" ["type"]=> string(3) "int" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["xml_data"]=> array(6) { ["name"]=> string(8) "xml_data" ["sql_type"]=> string(4) "text" ["type"]=> string(4) "text" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["tier_prices_per_customer"]=> array(6) { ["name"]=> string(24) "tier_prices_per_customer" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["tier_price_compiled"]=> array(6) { ["name"]=> string(19) "tier_price_compiled" ["sql_type"]=> string(4) "text" ["type"]=> string(4) "text" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["price_rules_compiled"]=> array(6) { ["name"]=> string(20) "price_rules_compiled" ["sql_type"]=> string(4) "text" ["type"]=> string(4) "text" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["grouped_sort_order"]=> array(6) { ["name"]=> string(18) "grouped_sort_order" ["sql_type"]=> string(7) "int(11)" ["type"]=> string(3) "int" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["grouped_self_ghost_flag"]=> array(6) { ["name"]=> string(23) "grouped_self_ghost_flag" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["pt_description"]=> array(6) { ["name"]=> string(14) "pt_description" ["sql_type"]=> string(4) "text" ["type"]=> string(4) "text" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["expected_availability_date"]=> array(6) { ["name"]=> string(26) "expected_availability_date" ["sql_type"]=> string(4) "date" ["type"]=> string(4) "date" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["enable_customer_group_filter"]=> array(6) { ["name"]=> string(28) "enable_customer_group_filter" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["disable_completely"]=> array(6) { ["name"]=> string(18) "disable_completely" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["enable_perproduct_shipping_cost"]=> array(6) { ["name"]=> string(31) "enable_perproduct_shipping_cost" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["perproduct_shipping_cost"]=> array(6) { ["name"]=> string(24) "perproduct_shipping_cost" ["sql_type"]=> string(4) "text" ["type"]=> string(4) "text" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["price_rule_map_compiled"]=> array(6) { ["name"]=> string(23) "price_rule_map_compiled" ["sql_type"]=> string(4) "text" ["type"]=> string(4) "text" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["cost"]=> array(6) { ["name"]=> string(4) "cost" ["sql_type"]=> string(13) "decimal(15,2)" ["type"]=> string(7) "decimal" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["title"]=> array(6) { ["name"]=> string(5) "title" ["sql_type"]=> string(12) "varchar(255)" ["type"]=> string(7) "varchar" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["allow_negative_stock_values"]=> array(6) { ["name"]=> string(27) "allow_negative_stock_values" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["product_rating"]=> array(6) { ["name"]=> string(14) "product_rating" ["sql_type"]=> string(5) "float" ["type"]=> string(5) "float" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["product_rating_all"]=> array(6) { ["name"]=> string(18) "product_rating_all" ["sql_type"]=> string(5) "float" ["type"]=> string(5) "float" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["product_rating_review_num"]=> array(6) { ["name"]=> string(25) "product_rating_review_num" ["sql_type"]=> string(7) "int(11)" ["type"]=> string(3) "int" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["product_rating_all_review_num"]=> array(6) { ["name"]=> string(29) "product_rating_all_review_num" ["sql_type"]=> string(7) "int(11)" ["type"]=> string(3) "int" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["visibility_search"]=> array(6) { ["name"]=> string(17) "visibility_search" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> string(1) "1" ["primary"]=> bool(false) } ["visibility_catalog"]=> array(6) { ["name"]=> string(18) "visibility_catalog" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> string(1) "1" ["primary"]=> bool(false) } ["perproduct_shipping_cost_use_parent"]=> array(6) { ["name"]=> string(35) "perproduct_shipping_cost_use_parent" ["sql_type"]=> string(10) "tinyint(4)" ["type"]=> string(7) "tinyint" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } ["sale_price_or_discount"]=> array(6) { ["name"]=> string(22) "sale_price_or_discount" ["sql_type"]=> string(11) "varchar(50)" ["type"]=> string(7) "varchar" ["notnull"]=> bool(false) ["default"]=> NULL ["primary"]=> bool(false) } } ["column_definition_context":protected]=> NULL ["defined_column_list":protected]=> array(0) { } ["model_options"]=> array(0) { } ["native_controller"]=> NULL ["_driver":protected]=> object(Db_MySQLDriver)#201 (1) { ["config":protected]=> array(0) { } } ["parts"]=> array(4) { ["calc_rows"]=> bool(false) ["from"]=> array(0) { } ["fields"]=> array(0) { } ["order"]=> array(0) { } } ["where":"Db_WhereBase":private]=> array(4) { [0]=> string(85) " (:__table_name__.enabled=1 and (disable_completely is null or disable_completely=0))" [1]=> string(78) " AND (:__table_name__.visibility_catalog is not null and visibility_catalog=1)" [2]=> string(256) " AND (((enable_customer_group_filter is null or enable_customer_group_filter=0) or ( enable_customer_group_filter = 1 and exists(select * from shop_products_customer_groups where shop_product_id=shop_products.id and customer_group_id='1') )))" [3]=> string(1099) " AND (((shop_products.enabled=1 and (shop_products.grouped is null or shop_products.grouped=0) and not ( shop_products.track_inventory is not null and shop_products.track_inventory=1 and shop_products.hide_if_out_of_stock is not null and shop_products.hide_if_out_of_stock=1 and ((shop_products.stock_alert_threshold is not null and shop_products.in_stock <= shop_products.stock_alert_threshold) or (shop_products.stock_alert_threshold is null and shop_products.in_stock<=0)) )) or exists(select * from shop_products grouped_products where grouped_products.product_id is not null and grouped_products.product_id=shop_products.id and grouped_products.enabled=1 and not ( grouped_products.track_inventory is not null and grouped_products.track_inventory=1 and grouped_products.hide_if_out_of_stock is not null and grouped_products.hide_if_out_of_stock=1 and ((grouped_products.stock_alert_threshold is not null and grouped_products.in_stock <= grouped_products.stock_alert_threshold) or (grouped_products.stock_alert_threshold is null and grouped_products.in_stock<=0)) ))))" } ["extensible_data":protected]=> array(3) { ["extensions"]=> array(2) { ["Phpr_Events"]=> object(Phpr_Events)#199 (3) { ["events"]=> array(1) { ["onDefineColumns"]=> array(1) { [0]=> array(2) { ["handler"]=> array(2) { [0]=> object(Db_AutoFootprints)#200 (12) { ["_model":protected]=> *RECURSION* ["_loadedData":protected]=> array(0) { } ["auto_footprints_visible"]=> bool(false) ["auto_footprints_default_invisible"]=> bool(true) ["auto_footprints_created_at_name"]=> string(10) "Created At" ["auto_footprints_created_user_name"]=> string(10) "Created By" ["auto_footprints_updated_at_name"]=> string(10) "Updated At" ["auto_footprints_updated_user_name"]=> string(10) "Updated By" ["auto_footprints_date_format"]=> string(8) "%x %H:%M" ["auto_footprints_user_not_found_name"]=> string(0) "" ["_hiddenExtensionMethods":protected]=> array(2) { [0]=> string(17) "extMethodIsHidden" [1]=> string(16) "extFieldIsHidden" } ["_hiddenExtensionFields":protected]=> array(0) { } } [1]=> string(28) "autoFootprintsColumnsDefined" } ["priority"]=> int(500) } } } ["_hiddenExtensionMethods":protected]=> array(2) { [0]=> string(17) "extMethodIsHidden" [1]=> string(16) "extFieldIsHidden" } ["_hiddenExtensionFields":protected]=> array(0) { } } ["Db_AutoFootprints"]=> object(Db_AutoFootprints)#200 (12) { ["_model":protected]=> *RECURSION* ["_loadedData":protected]=> array(0) { } ["auto_footprints_visible"]=> bool(false) ["auto_footprints_default_invisible"]=> bool(true) ["auto_footprints_created_at_name"]=> string(10) "Created At" ["auto_footprints_created_user_name"]=> string(10) "Created By" ["auto_footprints_updated_at_name"]=> string(10) "Updated At" ["auto_footprints_updated_user_name"]=> string(10) "Updated By" ["auto_footprints_date_format"]=> string(8) "%x %H:%M" ["auto_footprints_user_not_found_name"]=> string(0) "" ["_hiddenExtensionMethods":protected]=> array(2) { [0]=> string(17) "extMethodIsHidden" [1]=> string(16) "extFieldIsHidden" } ["_hiddenExtensionFields":protected]=> array(0) { } } } ["methods"]=> array(7) { ["add_event"]=> string(11) "Phpr_Events" ["fire_event"]=> string(11) "Phpr_Events" ["addEvent"]=> string(11) "Phpr_Events" ["fireEvent"]=> string(11) "Phpr_Events" ["extHideMethod"]=> string(17) "Db_AutoFootprints" ["extHideField"]=> string(17) "Db_AutoFootprints" ["autoFootprintsColumnsDefined"]=> string(17) "Db_AutoFootprints" } ["dynamic_methods"]=> array(0) { } } ["_hiddenExtensionMethods":protected]=> array(2) { [0]=> string(17) "extMethodIsHidden" [1]=> string(16) "extFieldIsHidden" } ["_hiddenExtensionFields":protected]=> array(0) { } ["created_at"]=> object(Phpr_DateTime)#202 (4) { ["intValue":protected]=> int(634673539150000000) ["timeZone":protected]=> object(DateTimeZone)#203 (0) { } ["daysToMonthReg":protected]=> array(13) { [0]=> int(0) [1]=> int(31) [2]=> int(59) [3]=> int(90) [4]=> int(120) [5]=> int(151) [6]=> int(181) [7]=> int(212) [8]=> int(243) [9]=> int(273) [10]=> int(304) [11]=> int(334) [12]=> int(365) } ["daysToMonthLeap":protected]=> array(13) { [0]=> int(0) [1]=> int(31) [2]=> int(60) [3]=> int(91) [4]=> int(121) [5]=> int(152) [6]=> int(182) [7]=> int(213) [8]=> int(244) [9]=> int(274) [10]=> int(305) [11]=> int(335) [12]=> int(366) } } }

Help











