Welcome Guest, Not a member yet? Register   Sign In
$this->db->lastquery() not working
#13

[eluser]searain[/eluser]
found out my problem. My database default set up set $db['default']['save_queries'] = FALSE;

Because queries are not saved, so last_query won't return anything.

I need to add this line before the query to get $this->db->last_query();

$this->db->save_queries = true;


Messages In This Thread
$this->db->lastquery() not working - by El Forum - 12-30-2010, 10:24 AM
$this->db->lastquery() not working - by El Forum - 12-30-2010, 10:35 AM
$this->db->lastquery() not working - by El Forum - 12-30-2010, 03:59 PM
$this->db->lastquery() not working - by El Forum - 12-31-2010, 04:25 AM
$this->db->lastquery() not working - by El Forum - 12-31-2010, 05:01 AM
$this->db->lastquery() not working - by El Forum - 12-31-2010, 06:57 AM
$this->db->lastquery() not working - by El Forum - 12-31-2010, 07:48 AM
$this->db->lastquery() not working - by El Forum - 12-31-2010, 08:25 AM
$this->db->lastquery() not working - by El Forum - 12-31-2010, 12:22 PM
$this->db->lastquery() not working - by El Forum - 01-02-2011, 01:23 PM
$this->db->lastquery() not working - by El Forum - 06-17-2011, 07:43 PM
$this->db->lastquery() not working - by El Forum - 06-17-2011, 08:55 PM
$this->db->lastquery() not working - by El Forum - 06-17-2011, 09:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB