Function __global->url_default_parameters__disable
Definitions
sources/form_templates.php
- Disable reading in default parameters from the GET environment. This is typically called after 'add' forms.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Preview
Code (PHP)
/**
* Disable reading in default parameters from the GET environment. This is typically called after 'add' forms.
*
*/
function url_default_parameters__disable()
* Disable reading in default parameters from the GET environment. This is typically called after 'add' forms.
*
*/
function url_default_parameters__disable()

