Changes between Version 52 and Version 53 of AjaxList
- Timestamp:
- 2010-09-08T15:36:33Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v52 v53 164 164 ==== Extra Filters ==== 165 165 The extra filters variable can either be an array or a string. If it's a string, it's put in literally, and after the WHERE clause in an SQL statement, along with other filters in the list. 166 If the extra filters is an array, it is put in as 167 {{{WHERE key1=value1 AND key2=value2 AND key3=value3 AND etc...}}} 168 for an array like: 166 If the extra filters is an array, it is put in as:[[br]] 167 {{{WHERE key1=value1 AND key2=value2 AND key3=value3 AND etc...}}}[[br]] 168 for an array like:[[br]] 169 169 {{{$extraFilters = array(key1 => value1, key2 => value2, key3 => value3);}}} 170 170