template::request::create (public)
template::request::create [ args... ]
Defined in packages/acs-templating/tcl/request-procs.tcl
Create the request data structure. Typically called at the beginning of the code for any page that accepts query parameters.
Options:
- -params
- A block of parameter declarations, separated by newlines. Equivalent to calling set_param for each parameter, but requiring slightly less typing.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.