Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14343

I want to wildcat with active record

$
0
0
Hello everyone,
I am using active record in codeigniter.
I want to using wildcat with query string.

This is my code

function search($search)
{
$this->db->from('items');
$this->db->like('name', $search);
return $this->db->get();
}

I want to search with key words: 1.56 TC%C-1.50
My result: all items with first word of name is "1.56 TC" and include "C-1.50"

Thanks

Viewing all articles
Browse latest Browse all 14343

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>