You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 for this feature. nice work @michail1982 this should be added into the next version. If the creator of this doesn't plan on updating anymore, then maybe we should create a new one fork.
Hello, how we can use the like statement ???
exmp :
$this->db->like('title', 'match');
// Produces: WHERE title LIKE '%match%'
get all posts that title contains the "match" string.
Tnx.
The text was updated successfully, but these errors were encountered: