| 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 | ); |