
We can create table using HTML table tag. But in CodeIgniter, there is a Table Class to create table. It is not mandatory to use this Table Class, we can use simple HTML table tag also.
CodeIgniter Table Class Example
This Table Class provides facility of creating table from arrays or database query result set.
1. How...