ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
dev.txt.php
Go to the documentation of this file.
1 <?php
17 exit; ?>
18 
19 Tables
20 ======
21 
22 glossary (glossary settings)
23 - PK id
24 - FK id -> object_data.obj_id
25 
26 glossary_term (glossary terms)
27 - PK id
28 - FK glo_id -> glossary.id
29 
30 glossary_definition (term definitions) --> outdated/abandoned
31 - PK id
32 - FK term_id -> glossary_term.id
33 
34 glo_advmd_col_order (order for advanced metadata fields)
35 - PK glo_id, field_id
36 - FK glo_id -> glossary.id
37 - FK field_id ->
38 
39 glo_glossaries (auto linked glossaries)
40 - FK id -> glossary.id (source glossary)
41 - FK glo_id -> glossary.id (auto linked target glossary)
42 
43 glo_term_reference
44 - glo_id -> glossary.id
45 - term_id -> glossary_term.id (term not belonging to glo_id glossary)
46 
47 Term References
48 ===============
49 
50 - Editing Style is used from source glossary
51 - Editing Adv. Metadata fields are used from source glossary
52 - Auto linked glossaries are used from source glossary
53 - Referencing glossary determines presentation
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: dev.txt.php:17
to(\GdImage $image, ?int $quality=null)
Currently this is the only way to make a FileStream from a GD image resource.