Welcome Guest, Not a member yet? Register   Sign In
Table heading bug?
#6

Here is an example of a table created from a database query result. The table class will automatically generate the headings based on the table names (or you can set your own headings using the


Code:
set_heading()
 
method described in the class reference below).


PHP Code:
$this->load->library('table');

$query $this->db->query('SELECT * FROM my_table');

echo 
$this->table->generate($query); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Table heading bug? - by lokkook - 02-11-2018, 04:27 AM
RE: Table heading bug? - by dave friend - 02-12-2018, 08:49 AM
RE: Table heading bug? - by lokkook - 02-13-2018, 12:56 AM
RE: Table heading bug? - by php_rocs - 02-12-2018, 10:23 AM
RE: Table heading bug? - by lokkook - 02-13-2018, 12:59 AM
RE: Table heading bug? - by InsiteFX - 02-13-2018, 04:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB