![]() |
Displaying query results with image thumbnails - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Displaying query results with image thumbnails (/showthread.php?tid=29226) |
Displaying query results with image thumbnails - El Forum - 04-02-2010 [eluser]viisik[/eluser] How to display a select query if there is needed to display the list of items with thumbnails of images corresponding to each item , images linking to larger images for example - search lists the houses for sale where each house in the list includes 4 thumbnail images of each house , the thumnail images link to larger images Displaying query results with image thumbnails - El Forum - 04-03-2010 [eluser]zimco[/eluser] I did something similar only i needed to display just one thumbnail for each item, but i would think nesting a loop inside an outer loop would get you more than one. Anyhow in my view file to display the search results with a thumnail i did this: Code: <?php |