Welcome Guest, Not a member yet? Register   Sign In
get() not returning any rows
#8

[eluser]Karman de Lange[/eluser]
Ok, the below should dump all the info regarding the DB connection.. the db user/pass etc will be int here as well as last query..
If you just get db_connect failure maybe disable the debugging again and try again.

If still don't give you idea what going on.. can you maybe drop me your full source tree (or the parts not working) on email or something so I can check out myside.

Code:
function test()
  {
    $data = array();
    $query = $this->db->get( "page" );
echo '<pre>' . print_r($this->db, true) . '</pre>';
  }


Messages In This Thread
get() not returning any rows - by El Forum - 02-18-2014, 11:51 PM
get() not returning any rows - by El Forum - 02-19-2014, 03:30 AM
get() not returning any rows - by El Forum - 02-19-2014, 05:51 AM
get() not returning any rows - by El Forum - 02-19-2014, 06:04 AM
get() not returning any rows - by El Forum - 02-19-2014, 06:20 AM
get() not returning any rows - by El Forum - 02-19-2014, 06:23 AM
get() not returning any rows - by El Forum - 02-19-2014, 06:44 AM
get() not returning any rows - by El Forum - 02-19-2014, 07:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB