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

[eluser]towki[/eluser]
[quote author="theprodigy" date="1344229907"]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');
[/quote]

but what if i have 50 colomns? just the ID that i dont want to display


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



Theme © iAndrew 2016 - Forum software by © MyBB