hi
i use the active record class to build a query like this
$this->db->select('id');
$this->db->where('tip','1');
$this->db->where('operatiune','0');
i want to save the query string to a var before doing the db get. is this possible ?
thanks in advance for any response
