smarty php help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: smarty php help

Post by Celauran »

My first guess would be that since you're querying listimages, only listings with images will be returned. Might do better with a LEFT JOIN there so you get images if present, but the row isn't omitted from results if there's no associated image.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: smarty php help

Post by Celauran »

ianhaney wrote:still not working
Could you be a bit more specific?
Post Reply