category
descendants
products
breadcrumbs
obLevel
__env
app
errors
index
product
categories
select * from `ec_categories` where `ec_categories`.`id` = '71' limit 1
SELECT *
LIMIT
ORDER BY
select * from `ec_categories` where `lft` >= '155' and `lft` < '156' and `id` != '71' and `product_count` > '0' order by `ec_categories`.`order` asc
!=
<>
select `ec_products`.*, `ec_categorizables`.`category_id` as `pivot_category_id`, `ec_categorizables`.`categorizable_id` as `pivot_categorizable_id` from `ec_products` inner join `ec_categorizables` on `ec_products`.`id` = `ec_categorizables`.`categorizable_id` where `ec_categorizables`.`category_id` = '71' and `ec_categorizables`.`categorizable_type` = 'App\Product' and `type` != '3' and `display` = '1' and `ec_products`.`deleted_at` is null order by `sort` asc
select * from `ec_categories` where `lft` <= '155' and `rgt` >= '156' and `id` != '71' order by `ec_categories`.`order` asc
select * from `ec_settings`
SELECT
WHERE
select * from `ec_categories` where `ec_categories`.`id` = '1' limit 1
select * from `ec_categories` where `ec_categories`.`parent_id` = '1' and `ec_categories`.`parent_id` is not null and `product_count` > '0' order by `order` asc