Changes between Version 69 and Version 70 of AjaxList


Ignore:
Timestamp:
2010-09-08T18:55:22Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v69 v70  
    227227==== Join Table Filters ====
    228228
    229 Join Table filters are created by passing 
     229Join Table Filters
     230
     231Join 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", //  "       "
    230238
    231239==== Data Post Processing ====