[ Index ] |
PHP Cross Reference of YOURLS |
[Source view] [Print] [Project Stats]
$where will collect additional SQL arguments: - $where['sql'] will concatenate SQL clauses: $where['sql'] .= ' AND something = :value '; - $where['binds'] will hold the (name => value) placeholder pairs: $where['binds']['value'] = $value;
File Size: | 324 lines (12 kb) |
Included or required: | 0 times |
Referenced: | 2 times |
Includes or requires: | 0 files |
Generated: Sat Feb 22 05:10:06 2025 | Cross-referenced by PHPXref 0.7.1 |