Changes between Version 71 and Version 72 of AjaxList
- Timestamp:
- 2010-09-08T19:23:00Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxList
v71 v72 267 267 #!php 268 268 $joinTables = 269 array( "joinTable" => "table_name", // -- Same format as the last section270 "joinModel" => "JoinModel", // " "269 array( "joinTable" => "table_name", // -- Same format as the last section 270 "joinModel" => "JoinModel", // " " 271 271 "localKey" => "local_key", // " " 272 "foreignKey"=>"foreign_key", // " "273 "localModel" => "LocalModel", // " "272 "foreignKey"=>"foreign_key", // " " 273 "localModel" => "LocalModel", // " " 274 274 }}} 275 275 ==== Data Post Processing ====