Documentation TYPO3 par Ameos |
Public Member Functions | |
PMA_RT_setMinMax ($table) | |
PMA_RT_addRelation ($master_table, $master_field, $foreign_table, $foreign_field) | |
PMA_RT_strokeGrid () | |
PMA_RT_drawRelations ($change_color) | |
PMA_RT_drawTables ($show_info, $draw_color=0) | |
PMA_RT_showRt () | |
PMA_RT ($which_rel, $show_info=0, $change_color=0, $show_grid=0, $all_tab_same_wide=0, $orientation= 'L', $paper= 'A4') | |
Public Attributes | |
$tables = array() | |
$relations = array() | |
$ff = 'Arial' | |
$x_max = 0 | |
$y_max = 0 | |
$scale | |
$x_min = 100000 | |
$y_min = 100000 | |
$t_marg = 10 | |
$b_marg = 10 | |
$l_marg = 10 | |
$r_marg = 10 | |
$tablewidth | |
$same_wide = 0 |
public
Definition at line 887 of file pdf_schema.php.
|
The "PMA_RT" constructor
private
Definition at line 1079 of file pdf_schema.php. |
|
Defines relation objects
Definition at line 935 of file pdf_schema.php. References PMA_RT_setMinMax(). |
|
Draws relation arrows
Definition at line 995 of file pdf_schema.php. |
|
Draws tables
Definition at line 1014 of file pdf_schema.php. |
|
Sets X and Y minimum and maximum for a table cell
Definition at line 914 of file pdf_schema.php. Referenced by PMA_RT_addRelation(). |
|
Ouputs the PDF document to a file object The current PDF document string The current database name integer The current page number (from the $cfg['Servers'][$i]['table_coords'] table) private
Definition at line 1034 of file pdf_schema.php. |
|
Draws the grid object the current PMA_PDF instance private
Definition at line 958 of file pdf_schema.php. |
|
Defines private properties Definition at line 892 of file pdf_schema.php. |