files-admin-code-tce-functions-test-select

It appears that you are using AdBlocking software. The cost of running this website is covered by advertisements. If you like it please feel free to a small amount of money to secure the future of this website.

tce_functions_test_select.php

Tags
file

Functions to display and select tests.

author

Nicola Asuni

since
2012-12-02

Table of Contents

Functions

F_select_test()  : true
Display test selection for using F_show_select_test function.
F_show_select_test()  : false
Display test selection XHTML table.
F_show_select_test_popup()  : false
Display user selection XHTML table (popup mode).
F_isTestOnSSLCerts()  : bool
Return true if the selected test is active for the selected SSL Certificate

Functions

F_select_test()

Display test selection for using F_show_select_test function.

F_select_test( $order_field,  $orderdir,  $firstrow,  $rowsperpage[,  $andwhere = '' ][,  $searchterms = '' ]) : true
Parameters
$order_field :

(string) order by column name

$orderdir :

(string) oreder direction

$firstrow :

(string) number of first row to display

$rowsperpage :

(string) number of rows per page

$andwhere : = ''

(string) additional SQL WHERE query conditions

$searchterms : = ''

(string) search terms

Tags
author

Nicola Asuni

Return values
true

F_show_select_test()

Display test selection XHTML table.

F_show_select_test( $order_field,  $orderdir,  $firstrow,  $rowsperpage[,  $andwhere = '' ][,  $searchterms = '' ]) : false
Parameters
$order_field :

(string) Order by column name.

$orderdir :

(int) Order direction.

$firstrow :

(int) Number of first row to display.

$rowsperpage :

(int) Number of rows per page.

$andwhere : = ''

(string) Additional SQL WHERE query conditions.

$searchterms : = ''

(string) Search terms.

Tags
author

Nicola Asuni

Return values
false

in case of empty database, true otherwise

F_show_select_test_popup()

Display user selection XHTML table (popup mode).

F_show_select_test_popup( $order_field,  $orderdir,  $firstrow,  $rowsperpage[,  $andwhere = '' ][,  $searchterms = '' ][, string $cid = 0 ]) : false
Parameters
$order_field :

(string) Order by column name.

$orderdir :

(int) Order direction.

$firstrow :

(int) Number of first row to display.

$rowsperpage :

(int) Number of rows per page.

$andwhere : = ''

(string) Additional SQL WHERE query conditions.

$searchterms : = ''

(string) Search terms.

$cid : string = 0

ID of the calling form field.

Tags
author

Nicola Asuni

since
2012-04-14
Return values
false

in case of empty database, true otherwise

F_isTestOnSSLCerts()

Return true if the selected test is active for the selected SSL Certificate

F_isTestOnSSLCerts( $test_id,  $ssl_id) : bool
Parameters
$test_id :

(int) test ID

$ssl_id :

(int) SSL Certificate ID

Tags
since
12.1.000

(2013-07-09)

Return values
bool

true/false

On this page
 

© 2004-2024 – Nicola Asuni - Tecnick.com - All rights reserved.
about - disclaimer - privacy