A PHP Error was encountered Severity: Warning
Message: implode() [function.implode]: Invalid arguments passed
Filename: Models/products.model.php
Line Number: 446

Error

An error occured

The query you submitted is not valid.

SELECT p.id, p.name, p.description, p.price, p.retailPrice, b.name AS brandName FROM products p JOIN brands b ON p.brandID=b.id WHERE p.id IN () AND b.status = 1 AND p.status = 1 ORDER BY b.name, p.name ASC
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 ') AND b.status = 1 AND p.status = 1 ORDER BY ' at line 13