Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to undefined method CI_DB_mysqli_driver::escape_like_str()
#1

[eluser]Unknown[/eluser]
Am I missing something or should this work when using mysqli?

SELECT p.name property_name, p.id property_id
FROM (".$this->db->dbprefix(self::TABLE_PROPERTY)." p)
WHERE p.name LIKE = '%".$this->db->escape_like_str($cid)."%'
ORDER BY p.name
#2

[eluser]jlew[/eluser]
Could this be your problem?

See: http://ellislab.com/forums/viewthread/129041/

Otherwise is there an error? If so what does it say?




Theme © iAndrew 2016 - Forum software by © MyBB