Input
Methods to retrieve user input values from the request.
Call different methods depending on the input source:
- The query string (
get
,getAll
) - Form submission (
post
,postAll
) - REST call (
remote
,remoteAll
)
See also:
Methods to retrieve user input values from the request.
Call different methods depending on the input source:
get
, getAll
)post
, postAll
)remote
, remoteAll
)See also: