Hello, I would like to know why the two functions
getProducts and getNewProducts
(both in class Product)
return different "field list", in particular the function getProducts doesn't join to Images and some other table...
this is a big poblem for me, I'm modifying homefeatured.php and I'm using
$products = Product::getProducts(.....)
but images and links in home pages are corrupted,
instead if I use $products = Product::getNewProducts(....)
everything works fine...
do you know why there is this difference?
thanks...