SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '&&
P.id = PP.propID
ORDER BY P.num' at line 4
SELECT PP.*, P.*
FROM ekl_product_properties as PP, ekl_properties as P
WHERE
PP.prodID = &&
P.id = PP.propID
ORDER BY P.num