Changes between Version 71 and Version 72 of AjaxList


Ignore:
Timestamp:
2010-09-08T19:23:00Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v71 v72  
    267267#!php
    268268$joinTables =
    269    array( "joinTable" => "table_name", // -- Same format as the last section
    270           "joinModel" => "JoinModel",  //   "       "
     269    array( "joinTable" => "table_name", // -- Same format as the last section
     270           "joinModel" => "JoinModel",  //   "       "
    271271           "localKey" => "local_key",   //  "       "
    272           "foreignKey"=>"foreign_key", //   "       "
    273           "localModel" => "LocalModel", //  "       "
     272           "foreignKey"=>"foreign_key", //   "       "
     273           "localModel" => "LocalModel", //  "       "
    274274}}}
    275275==== Data Post Processing ====