spadefoot / kohana-orm-leap

An ORM module for the Kohana PHP framework that is designed to work with all major databases.
http://spadefoot.github.io/kohana-orm-leap/
100 stars 25 forks source link

WHERE "LIKE" #101

Open vitordeco opened 10 years ago

vitordeco commented 10 years ago

hello,

worked but not doing a select with WHERE "LIKE" ...

EX: $cats->where('name','LIKE','%'.$post['name'].'%')

how to do it?