Welcome Guest, Not a member yet? Register   Sign In
I found issue with db driver
#1

I am using pdo driver and my query is
PHP Code:
$query $this->db->select()->from('community_list')->where('community_name',$community);
        
$rows $query->num_rows(); 

Its show me error like

Code:
Severity: Notice

Message: Array to string conversion

Filename: database/DB_query_builder.php

Line Number: 662
Reply


Messages In This Thread
I found issue with db driver - by Vimal - 02-13-2015, 03:22 AM
RE: I found issue with db driver - by Vimal - 02-13-2015, 03:23 AM
RE: I found issue with db driver - by Rufnex - 02-13-2015, 05:27 AM
RE: I found issue with db driver - by Vimal - 02-13-2015, 10:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB