Changeset 3861
- Timestamp:
- 02/20/08 22:27:35 (17 months ago)
- Files:
-
- 1 modified
-
branches/0.10/manual/docs/en/relations.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/manual/docs/en/relations.txt
r3436 r3861 201 201 // the following line is needed in many-to-many relations! 202 202 'refClass' => 'GroupUser')); 203 204 //group is reserved keyword so either do this or enable ATTR_QUOTE_IDENTIFIERS 205 $this->setTableName('my_group'); 203 206 } 204 207 public function setTableDefinition() {