[
"sql" => "SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.short_description AS short_description_3, p0_.description AS description_4, p0_.price AS price_5, p0_.vat_rate AS vat_rate_6, p0_.stock AS stock_7, p0_.image_url AS image_url_8, p0_.origin AS origin_9, p0_.grade AS grade_10, p0_.is_active AS is_active_11, p0_.is_featured AS is_featured_12, c1_.id AS id_13, c1_.name AS name_14, c1_.slug AS slug_15, c1_.description AS description_16, c1_.image AS image_17, c1_.position AS position_18, c1_.is_active AS is_active_19, c1_.created_at AS created_at_20, p0_.category_id AS category_id_21 FROM product p0_ LEFT JOIN category c1_ ON p0_.category_id = c1_.id WHERE p0_.is_active = ? AND p0_.id <> ? AND c1_.id = ? ORDER BY p0_.is_featured DESC, p0_.id DESC LIMIT 4"
"params" => [
1 => 1
2 => 7
3 => 6
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#881
+name: "BOOLEAN"
}
2 => Doctrine\DBAL\ParameterType {#880
+name: "INTEGER"
}
3 => Doctrine\DBAL\ParameterType {#880}
]
]