Welcome Guest, Not a member yet? Register   Sign In
how to display data from the db in html tables dynamically?
#11

[eluser]theprodigy[/eluser]
just change your query. Don't use the 'select all' query.
Code:
$this->db->select('column_1, column_2, column_3');
$this->db->get('table');


Messages In This Thread
how to display data from the db in html tables dynamically? - by El Forum - 08-05-2012, 10:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB