Databases Reference
In-Depth Information
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 the Show color
has been selected, primary keys are shown in gray, and display fields in black:
Here is another another example generated from the same books PDF page
definition, this time with the grid but no color:
 
Search WWH ::




Custom Search