ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
dev.txt.php
Go to the documentation of this file.
1<?php
18
19Tables
20======
21
22glossary (glossary settings)
23- PK id
24- FK id -> object_data.obj_id
25
26glossary_term (glossary terms)
27- PK id
28- FK glo_id -> glossary.id
29
30glossary_definition (term definitions) --> outdated/abandoned
31- PK id
32- FK term_id -> glossary_term.id
33
34glo_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
39glo_glossaries (auto linked glossaries)
40- FK id -> glossary.id (source glossary)
41- FK glo_id -> glossary.id (auto linked target glossary)
42
43glo_term_reference
44- glo_id -> glossary.id
45- term_id -> glossary_term.id (term not belonging to glo_id glossary)
46
47Term 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.