Welcome Guest, Not a member yet? Register   Sign In
Strange Issue Duplicated DB Queries
#2

[eluser]ludo31[/eluser]
I have also the same problem

Code:
$this->db->select('id');
            $this->db->from('chaussure');
           $this->db->order_by("id", "desc");
            $this->db->limit(1);
            $query = $this->db->get("chaussure");

and I change $query = $this->db->get("chaussure"); by $query = $this->db->get();

and it works


Messages In This Thread
Strange Issue Duplicated DB Queries - by El Forum - 11-26-2011, 12:02 PM
Strange Issue Duplicated DB Queries - by El Forum - 02-22-2012, 11:44 AM
Strange Issue Duplicated DB Queries - by El Forum - 02-23-2012, 08:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB