contributte / planette-site

💀 [DISCONTINUED] All the roads go through the Planette
https://planette.vercel.app
MIT License
9 stars 3 forks source link

2014-10-28: jak-na-like-dotaz-s-nette-database #15

Open paveljanda opened 7 years ago

paveljanda commented 7 years ago

Jednoduchý zpusob je:

$db->table('table_name')->where("neco LIKE ?", "%{$search}%");

Spravně, ale:

$db->table('table_name')->where('name LIKE ?',new \Nette\Database\SqlLiteral($db->getSupplementalDriver()->formatLike($search, 0)));

zroj: http://rjwebdesign.cz/blog/nette/20140826-jak-spravne-pouzit-like-v-nette-database

paveljanda commented 7 years ago

author: chemix