![]() |
Template parser for data from DB - 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: Template parser for data from DB (/showthread.php?tid=48223) |
Template parser for data from DB - El Forum - 01-09-2012 [eluser]Unknown[/eluser] Right now I have a multiple column of data being pulled from my database, the code looks like this Code: <?php foreach ($product as $product_item): ?> Is it possible to simplify it into Code: {product} |