Private Method Details |
call |
private void call( $function_name, string $params )
|
|
Warning: documentation is missing.
|
Parameter |
|
|
$function_name |
|
|
Warning: documentation is missing. |
|
|
string |
$params |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
display_now |
private void display_now( string $var )
|
|
Outputs the content of the headder before index.php is called, ensures that
the <html <head <body tags are out putted correctly and not disrupted by an echo() etcOutput is augmented by object state and internal flags
Warning: documentation is missing.
|
Parameter |
|
string |
$var |
|
|
The output to be displayed, usally the $_screenstring. |
|
Returns |
void |
|
page_header |
private void page_header( )
|
|
HTML Page code - returns the html page header code depending on the internal flag autosubmit
Warning: documentation is missing.
|
Returns |
void |
|
page_footer |
private void page_footer( )
|
|
HTML Page code - returns the html page footer code
Warning: documentation is missing.
|
Returns |
void |
|
update_html |
private void update_html( string $function_called )
|
|
Retrives the values needed to define a ImpExData object
Warning: documentation is missing.
|
Parameter |
|
string |
$function_called |
|
|
An accessor that appends a string (HTML) onto the pageHTML |
|
Returns |
void |
|
make_input_code |
private void make_input_code( string $title, string $name, [ string $value, string $htmlise, string $size ] )
|
|
HTML Page code - table text input
Warning: documentation is missing.
|
Parameter |
|
string |
$title |
|
|
Input title |
|
|
string |
$name |
|
|
HTML element name |
|
|
string |
$value |
= >>''<< |
|
The default value |
|
|
string |
$htmlise |
= >>1<< |
|
Calls htmlspecialchars on the value |
|
|
string |
$size |
= >>35<< |
|
The size of the input |
|
Returns |
void |
|
make_table_header |
private void make_table_header( string $title, [ string $htmlise, string $colspan, string $anchor ], string $align, integer $helplink )
|
|
HTML Page code - table header
Warning: documentation is missing.
|
Parameter |
|
string |
$title |
|
|
Table title |
|
|
string |
$htmlise |
= >>1<< |
|
HTML anchor name |
|
|
string |
$colspan |
= >>2<< |
|
Calls htmlspecialchars on the value |
|
|
string |
$anchor |
= >>''<< |
|
The collum span width |
|
|
string |
$align |
|
|
Warning: documentation is missing. |
|
|
integer |
$helplink |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
get_row_bg |
private void get_row_bg( )
|
|
TODO - remove this to a local variable
Warning: documentation is missing.
|
Returns |
void |
|
do_form_header |
private void do_form_header( [ string $phpscript ], string $action, [ int $uploadform, int $addtable ], string $name, string $width, string $target, boolean $echobr, string $method )
|
|
HTML Page code - form header
Warning: documentation is missing.
|
Parameter |
|
string |
$phpscript |
= >>''<< |
|
The target of the form |
|
|
string |
$action |
|
|
The action value |
|
|
int |
$uploadform |
= >>false<< |
|
0|1 whether to use = ENCTYPE=multipart/form-data |
|
|
int |
$addtable |
= >>true<< |
|
0|1 whether to add the beginings of a table after the <form tag |
|
|
string |
$name |
|
|
Warning: documentation is missing. |
|
|
string |
$width |
|
|
Warning: documentation is missing. |
|
|
string |
$target |
|
|
Warning: documentation is missing. |
|
|
boolean |
$echobr |
|
|
Warning: documentation is missing. |
|
|
string |
$method |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
do_form_footer |
private void do_form_footer( [ string $submitname, string $resetname, int $colspan, string $goback ], string $extra )
|
|
HTML Page code - form footer
Warning: documentation is missing.
|
Parameter |
|
string |
$submitname |
= >>''<< |
|
The submit name |
|
|
string |
$resetname |
= >>'_default_'<< |
|
The reset name |
|
|
int |
$colspan |
= >>2<< |
|
The collum span width |
|
|
string |
$goback |
= >>''<< |
|
Text for the back button ( onclick="history.back(1)" ) |
|
|
string |
$extra |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
make_description |
private void make_description( string $text, [ string $htmlise, int $colspan, string $class ], string $align )
|
|
HTML Page code - form footer
Warning: documentation is missing.
|
Parameter |
|
string |
$text |
|
|
The submit name |
|
|
string |
$htmlise |
= >>0<< |
|
The reset name |
|
|
int |
$colspan |
= >>2<< |
|
The collum span width |
|
|
string |
$class |
= >>''<< |
|
Text for the back button ( onclick="history.back(1)" ) |
|
|
string |
$align |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
make_yesno_code |
private void make_yesno_code( string $title, string $name, [ int $value ], string $onclick )
|
|
HTML Page code - yes no
Warning: documentation is missing.
|
Parameter |
|
string |
$title |
|
|
The title of the radio group |
|
|
string |
$name |
|
|
The name of the value |
|
|
int |
$value |
= >>1<< |
|
1|0 The inital setting of the yes / no |
|
|
string |
$onclick |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
make_hidden_code |
private void make_hidden_code( string $name, [ string $value, int $htmlise ] )
|
|
HTML Page code - form footer
Warning: documentation is missing.
|
Parameter |
|
string |
$name |
|
|
The hidden value name |
|
|
string |
$value |
= >>''<< |
|
The value |
|
|
int |
$htmlise |
= >>1<< |
|
1|0 htmlspecialchars($value) |
|
Returns |
void |
|