Welcome Guest, Not a member yet? Register   Sign In
how generate row and celd with html table ?
#8

[eluser]CroNiX[/eluser]
something like:
Code:
$query = $this->db->query("YOUR QUERY");

foreach ($query->result_array() as $row)
{
    $this->table->add_row($row['field1'], $row['field2'], $row['field3'], $row['field4']);    
}


Messages In This Thread
how generate row and celd with html table ? - by El Forum - 03-07-2009, 06:05 PM
how generate row and celd with html table ? - by El Forum - 03-07-2009, 06:19 PM
how generate row and celd with html table ? - by El Forum - 03-07-2009, 06:19 PM
how generate row and celd with html table ? - by El Forum - 03-07-2009, 06:26 PM
how generate row and celd with html table ? - by El Forum - 03-07-2009, 06:29 PM
how generate row and celd with html table ? - by El Forum - 03-07-2009, 06:34 PM
how generate row and celd with html table ? - by El Forum - 03-07-2009, 06:39 PM
how generate row and celd with html table ? - by El Forum - 03-07-2009, 07:03 PM
how generate row and celd with html table ? - by El Forum - 03-07-2009, 10:00 PM
how generate row and celd with html table ? - by El Forum - 03-07-2009, 10:39 PM
how generate row and celd with html table ? - by El Forum - 03-09-2009, 11:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB