This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
CQ_ADI
/
adicn
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
2552fd870a
ブランチ
タグ
master
adicn
/
phpcms
/
modules
/
content
/
fields
/
textarea
/
search.inc.php
search.inc.php
97 B
履歴
Raw
1
2
3
4
function text($field, $value)
{
return $value === '' ? '' : " `$field` LIKE '%$value%' ";
}