Database Reference
In-Depth Information
Data Dictionary Format
: Here, we choose the printed orientation of
the dictionary.
Paper size
: Changing this will influence the schema and the
scratchboard dimensions.
In config.inc.php , the following parameters define the available paper sizes and
the default choice:
$cfg['PDFPageSizes'] = array('A3', 'A4', 'A5', 'letter', 'legal');
$cfg['PDFDefaultPageSize'] = 'A4';
The following screenshot shows the last page of the generated report (the schema
page) in the PDF format. The first four pages contain the data dictionary with an
additional feature. On each page, the schema can be reached by clicking the table
name, and in the schema, each page in the data dictionary can be reached by clicking
the corresponding table.
Arrows point in the direction of the corresponding foreign table. If Show color has
been selected, the primary keys are shown in gray and the display fields in black.
Book
country
code
description
book
isbn
title
page_count
author_id
language
description
cover_photo
genre
date_published
stamp
some_bits
author
id
name
phone
country_code
 
Search WWH ::




Custom Search