vpx_shared.module

Constants

NameDescription
SAN_NAS_BASE_PATH

Functions

NameDescription
check_cookie
vpx_convert_msecThis function converts miliseconds to the format specified
vpx_count_rows
vpx_funcparam_add
vpx_funcparam_add_arrayAdd an parameter to my array, and validate it Input will end up as array, not as single value
vpx_funcparam_add_postWrapper for parameter taken from POST
vpx_funcparam_add_post_array
vpx_funcparam_add_uriWrapper for parameter taken from URI
vpx_funcparam_get_valueGet a value from the param array
vpx_funcparam_issetTest if parameter was set
vpx_funcparam_search_addVoeg een search parameter toe vanuit input
vpx_funcparam_search_add_2
vpx_funcparam_search_add_timestampReturns a valid timestamp or throws error when timestamp was invalid or unable to convert
vpx_funcparam_set
vpx_funcparam_unsetUnset a value from our parameter list
vpx_getting_dbsHelper function for getting dbs
vpx_get_parameter_2This function gets and/or sets parameters passed through $_GET, $_POST or $default
vpx_get_san_nas_base_pathThis function checks what OS the server is running and returns the correct san/nas base path for that OS
vpx_isset_parameterKijk of parameter is gegeven bij input
vpx_return_errorWrapper functie voor vpx_error_return_error
vpx_return_error_rest_wrapper
vpx_shared_app_is_activeFunctie voor het controleren van de status van een applicatie
vpx_shared_bool2boolstrConverts a boolean to a string variant ('TRUE', 'FALSE')
vpx_shared_boolstr2boolConverts a string boolean ('TRUE', 'true', 'FALSE', 'false') to a normal boolean value TRUE/FALSE
vpx_shared_count_rowsRewrite of vpx_count_rows(), does not match its input(!)
vpx_shared_get_ownerBepaal aan welke owner deze gebruiker toebehoort.
vpx_shared_get_row
vpx_shared_get_size
vpx_shared_init
vpx_shared_is_simpletest_appTest if given app_id is a simpletest app
vpx_shared_is_simpletest_app_getreturn the list of current simpletest apps
vpx_shared_must_exist
vpx_shared_return_message
vpx_shared_webservice_is_activeFunctie voor het controleren van de status van een webservice
vpx_shared_webservice_must_be_activesame as vpx_shared_webservice_is_active, except will throw exception when not active.
vpx_validateThis function checks all values passed in $a_parameters
vpx_variable_getFunctie voor het ophalen van vpx settings
vpx_variable_setFunctie voor het opslaan van vpx settings
_vpx_validate_helperThis is a helper function for vpx_validate. It checks on type & length