Nats smarty rebuild query (NATS3)
From TMM Wiki
(Redirected from Rebuild query (NATS3))
Jump to navigationJump to search
nats_smarty_rebuild_query
Removes arguments to the query used to generate the current page. A relative hyperlink to the new query page is printed or assigned to a variable.
Alias: rebuild_query
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
without | Removes arguments from the query. | Any argument used in the current query. You may pass a list of arguments separated by commas. | None. Removes no arguments. | without="myvar" |
using | How to send the query to the NATS server. | GET, POST, or REQUEST. | REQUEST | using="POST" |
Output
By default, the new query string.
Notes
None.
See Also
- nats_smarty_rebuild_link -- removes arguments to a query and builds a fully-qualified hyperlink.
- nats_smarty_rebuild_query -- This function for NATS4.