Changes between Version 69 and Version 70 of AjaxList
- Timestamp:
- 2010-09-08T18:55:22Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v69 v70 227 227 ==== Join Table Filters ==== 228 228 229 Join Table filters are created by passing 229 Join Table Filters 230 231 Join Table filters are created by passing a few extra fields for each table joined in the $joinTables array. 232 233 array( "joinTable" => "table_name", // -- Same format as above 234 "joinModel" => "JoinModel", // " " 235 "localKey" => "local_key", // " " 236 "foreignKey"=>"foreign_key", // " " 237 "localModel" => "LocalModel", // " " 230 238 231 239 ==== Data Post Processing ====