Welcome Guest, Not a member yet? Register   Sign In
query builder like with wildcard in the middle
#3

(This post was last modified: 12-24-2017, 06:38 AM by Wouter60.)

The query builder works differently:
PHP Code:
$this->db->like('column'$alpha'both'); 
$query $this->db->get('table');

if (
$query->num_rows() > 0) {
 
  $records $query->result();
}
else {
 
  $records NULL;

Reply


Messages In This Thread
RE: query builder like with wildcard in the middle - by Wouter60 - 12-23-2017, 11:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB