![]() |
How can I put a checkbox column in the database generated table? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forum-21.html) +--- Thread: How can I put a checkbox column in the database generated table? (/thread-19754.html) |
How can I put a checkbox column in the database generated table? - El Forum - 06-17-2009 [eluser]manojchakri[/eluser] I am generating a table from the results of a database query like this Code: $this->load->library('table'); |