Call to a member function real_escape_string() on boolean |
try
$where['user_id'] = '1'; //value in single quote instead of $where['user_id'] = 1; OR Code: public function get($where = array(), $fields = array(), $groupBy = array(), $offset = 0, $limit = 0) |
Messages In This Thread |
Call to a member function real_escape_string() on boolean - by kaustubh.agrawal2000 - 11-08-2017, 04:56 AM
RE: Call to a member function real_escape_string() on boolean - by Narf - 11-08-2017, 06:20 AM
RE: Call to a member function real_escape_string() on boolean - by kaustubh.agrawal2000 - 11-08-2017, 10:24 PM
RE: Call to a member function real_escape_string() on boolean - by Narf - 11-09-2017, 04:01 AM
RE: Call to a member function real_escape_string() on boolean - by kaustubh.agrawal2000 - 11-15-2017, 08:17 PM
RE: Call to a member function real_escape_string() on boolean - by InsiteFX - 11-09-2017, 03:43 AM
RE: Call to a member function real_escape_string() on boolean - by identity_one - 11-15-2017, 08:10 AM
RE: Call to a member function real_escape_string() on boolean - by Narf - 11-15-2017, 10:02 AM
|