Changes between Version 66 and Version 67 of AjaxList


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AjaxList

    v66 v67  
    212212{{{
    213213#!php
    214         $joinTables = array(
    215             array( "joinTable" => "groups",
    216                    "joinModel" => "Group",
    217                    "localKey" => "group_id"),
    218             array( "joinTable" => "events",
    219                    "joinModel" => "Event",
    220                    "localKey" => "event_id"),
    221             array("joinTable" => "courses",
    222                   "joinModel" => "Course",
    223                   "localkey" => "course_id")
    224           );
     214   $joinTables = array(
     215       array( "joinTable" => "groups",
     216              "joinModel" => "Group",
     217              "localKey" => "group_id"),
     218       array( "joinTable" => "events",
     219              "joinModel" => "Event",
     220              "localKey" => "event_id"),
     221       array( "joinTable" => "courses",
     222              "joinModel" => "Course",
     223              "localkey" => "course_id")
     224);
    225225}}}
    226226