This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
CQ_ADI
/
adicn
Pridať medzi pozorované
2
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
a31ba3a7d6
Branche
Tagy
master
adicn
/
phpcms
/
modules
/
content
/
fields
/
textarea
/
search.inc.php
search.inc.php
97 B
História
Raw
1
2
3
4
function text($field, $value)
{
return $value === '' ? '' : " `$field` LIKE '%$value%' ";
}