Changes between Version 52 and Version 53 of AjaxList


Ignore:
Timestamp:
2010-09-08T15:36:33Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v52 v53  
    164164==== Extra Filters ====
    165165The 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:
     166If 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]]
     168for an array like:[[br]]
    169169{{{$extraFilters = array(key1 => value1, key2 => value2, key3 => value3);}}}
    170170