Welcome Guest, Not a member yet? Register   Sign In
Question about models
#4

[eluser]Thorpe Obazee[/eluser]
They don't.
Code:
$query = $this->db->get($table_name);
return ($query->num_rows() > 0) ? $query->result() : FALSE;

although there are options like storing the table name in a property.


Messages In This Thread
Question about models - by El Forum - 05-24-2009, 08:20 PM
Question about models - by El Forum - 05-24-2009, 08:24 PM
Question about models - by El Forum - 05-24-2009, 08:34 PM
Question about models - by El Forum - 05-24-2009, 09:20 PM
Question about models - by El Forum - 05-25-2009, 01:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB