![]() |
Dynamically add rows in a table in php mvc - 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: Dynamically add rows in a table in php mvc (/showthread.php?tid=58466) |
Dynamically add rows in a table in php mvc - El Forum - 06-13-2013 [eluser]rash[/eluser] Hello, I want to know that how can dynamically add rows working in php mvc. i found a code i.e.: Code: <HTML> pls can anyone suggest me that how can i implement in php mvc. thanks in advance for any help. Dynamically add rows in a table in php mvc - El Forum - 06-14-2013 [eluser]toink[/eluser] add those functions to a controller then call them via form's action attribute. |