Welcome Guest, Not a member yet? Register   Sign In
Trying to get values from 2 different tables at same db
#4

[eluser]mddd[/eluser]
num_rows() must be called on a database result object.
$this->db->like() doesn't return a result from the database.
You must use $data = $this->db->get('table_name') to get such a result!


Messages In This Thread
Trying to get values from 2 different tables at same db - by El Forum - 08-16-2010, 03:04 AM
Trying to get values from 2 different tables at same db - by El Forum - 08-16-2010, 03:19 AM
Trying to get values from 2 different tables at same db - by El Forum - 08-16-2010, 03:47 AM
Trying to get values from 2 different tables at same db - by El Forum - 08-16-2010, 04:02 AM
Trying to get values from 2 different tables at same db - by El Forum - 08-16-2010, 04:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB