Conversation
Notices
-
how to or 2 like in sql with Active record on !codeigniter ?
Thursday, 29-Jul-10 14:10:16 UTC from pino-
@pesarkhobeee $this->db->like('asd','dsa')->like('hi','hello'); ?? :P
-
@pesarkhobeee and, maybe (i dont know) you can use $this->db->like(array("asd"=>"dsa","hi"=>"hello")) or something like :P
-
@nannubest if it is "asd like '%dsa% or hi like '%hello%''" ! yes , that is . tanks :)
-
@pesarkhobeee =)
-