![]() |
table->set_template() - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: table->set_template() (/showthread.php?tid=53990) |
table->set_template() - El Forum - 08-17-2012 [eluser]souri84[/eluser] Hello everybody, I have a little problem : I want to add a class for some < tr > tags in my html table. Here is my code : Code: foreach($paquet as $key => $val) But there is no change... there is no < tr > tag with defined class... Have you got the same problem ? Thank you, Bye and have a good WE ! Edit : Sorry, this is not the good location for this post Souri84 |