Welcome Guest, Not a member yet? Register   Sign In
Bug? in Database Library
#1

[eluser]ifew[/eluser]
first i use
Code:
$this->db->where('id', $id);
$this->db->where('metaname', $type);
$query = $this->db->get('tag');
and run. it show "could not connection" in page and other.
if i delete last record in tag table. it ok!?!?!

and now i use standard code with
Code:
$query = $this->db->query("SELECT * FROM tag WHERE id='".$id."' AND metaname='".$type."'");
$row = $query->row();
it's ok.

i use
codeigniter 1.6.2 (library url,input,validation,database)
windows xp pro sp2
apache 2.2.4
mysql 5.0.18
php 5.2.3


Messages In This Thread
Bug? in Database Library - by El Forum - 06-03-2008, 05:22 AM
Bug? in Database Library - by El Forum - 06-03-2008, 07:36 AM
Bug? in Database Library - by El Forum - 06-03-2008, 09:31 PM
Bug? in Database Library - by El Forum - 06-04-2008, 08:40 AM
Bug? in Database Library - by El Forum - 06-05-2008, 07:16 AM
Bug? in Database Library - by El Forum - 06-05-2008, 07:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB