object(Doctrine\DBAL\Driver\PDO\Statement)#1122 (1) {
["queryString"]=>
string(309) "SELECT p.product_id,p.title,p.price,p.count,p.options,p.meta,p.position,t.value as image FROM db.iu7gs_commerce_order_products as p
LEFT JOIN db.iu7gs_site_tmplvar_contentvalues as t
ON t.contentid = p.product_id
WHERE p.order_id = 11 AND t.tmplvarid = 5
GROUP BY p.position asc"
}