Linux multi-monitor fullscreen support
[ryzomcore.git] / web / public_php / webtt / docs / db / CakePHP_Associations
blobaddae59e628871c10ef1aec3ab21fe72c8f4648c
1 Name:       Language
2 DB Table:   `languages`
3 Associations:
4         Language hasMany TranslationFile
6 Name:       TranslationFile
7 DB Table:   `translation_files`
8 Associations:
9         TranslationFile belongsTo Language
10         TranslationFile hasMany ImportedTranslationFile
11         TranslationFile hasMany Identifier
13 Name:       ImportedTranslationFile
14 DB Table:   `imported_translation_files`
15 Associations:
16         TranslationFile belongsTo TranslationFile
17         TranslationFile hasMany FileIdentifier
19 Name:       Identifier
20 DB Table:   `identifiers`
21 Associations:
22         Identifier belongsTo TranslationFile
23         Identifier hasMany Translation
24         Identifier hasMany Comment
25         Identifier hasMany FileIdentifier
26         Identifier hasMany IdentifierColumn
27         Identifier hasOne BestTranslation
29 Name:       IdentifierColumn
30 DB Table:   `identifier_columns`
31 Associations:
32         IdentifierColumn belongsTo Identifier
33         IdentifierColumn hasMany Translation
35 Name:       FileIdentifier
36 DB Table:   `file_identifiers`
37 Associations:
38         FileIdentifier belongsTo ImportedTranslationFile
39         FileIdentifier belongsTo Identifier
41 Name:       Translation
42 DB Table:   `translations`
43 Associations:
44         Translation belongsTo Identifier
45         Translation belongsTo IdentifierColumn
46         Translation belongsTo User
47         Translation belongsTo ParentTranslation
48         Translation hasMany Vote
49         Translation hasMany ChildTranslation
51 Name:       User
52 DB Table:   `users`
53 Associations:
54         User hasMany Translation
55         User hasMany Vote
56         User hasMany Comment
58 Name:       Vote
59 DB Table:   `votes`
60 Associations:
61         Vote belongsTo Translation
62         Vote belongsTo User
64 Name:       Comment
65 DB Table:   `comments`
66 Associations:
67         Comment belongsTo Identifier
68         Comment belongsTo User