| check_cookie | |
| vpx_convert_msec | This function converts miliseconds to the format specified |
| vpx_count_rows | |
| vpx_funcparam_add | |
| vpx_funcparam_add_array | Add an parameter to my array, and validate it
Input will end up as array, not as single value |
| vpx_funcparam_add_post | Wrapper for parameter taken from POST |
| vpx_funcparam_add_post_array | |
| vpx_funcparam_add_uri | Wrapper for parameter taken from URI |
| vpx_funcparam_get_value | Get a value from the param array |
| vpx_funcparam_isset | Test if parameter was set |
| vpx_funcparam_search_add | Voeg een search parameter toe vanuit input |
| vpx_funcparam_search_add_2 | |
| vpx_funcparam_search_add_timestamp | Returns a valid timestamp or throws error when timestamp was invalid or unable to convert |
| vpx_funcparam_set | |
| vpx_funcparam_unset | Unset a value from our parameter list |
| vpx_getting_dbs | Helper function for getting dbs |
| vpx_get_parameter_2 | This function gets and/or sets parameters passed through $_GET, $_POST or $default |
| vpx_get_san_nas_base_path | This function checks what OS the server is running and returns the correct san/nas base path for that OS |
| vpx_isset_parameter | Kijk of parameter is gegeven bij input |
| vpx_return_error | Wrapper functie voor vpx_error_return_error |
| vpx_return_error_rest_wrapper | |
| vpx_shared_app_is_active | Functie voor het controleren van de status van een applicatie |
| vpx_shared_bool2boolstr | Converts a boolean to a string variant ('TRUE', 'FALSE') |
| vpx_shared_boolstr2bool | Converts a string boolean ('TRUE', 'true', 'FALSE', 'false')
to a normal boolean value TRUE/FALSE |
| vpx_shared_count_rows | Rewrite of vpx_count_rows(), does not match its input(!) |
| vpx_shared_get_owner | Bepaal aan welke owner deze gebruiker toebehoort. |
| vpx_shared_get_row | |
| vpx_shared_get_size | |
| vpx_shared_init | |
| vpx_shared_is_simpletest_app | Test if given app_id is a simpletest app |
| vpx_shared_is_simpletest_app_get | return the list of current simpletest apps |
| vpx_shared_must_exist | |
| vpx_shared_return_message | |
| vpx_shared_webservice_is_active | Functie voor het controleren van de status van een webservice |
| vpx_shared_webservice_must_be_active | same as vpx_shared_webservice_is_active, except will throw
exception when not active. |
| vpx_validate | This function checks all values passed in $a_parameters |
| vpx_variable_get | Functie voor het ophalen van vpx settings |
| vpx_variable_set | Functie voor het opslaan van vpx settings |
| _vpx_validate_helper | This is a helper function for vpx_validate. It checks on type & length |