Nats smarty rebuild link (NATS3)
From TMM Wiki
(Redirected from Rebuild link (NATS3))
Jump to navigationJump to searchrebuild_link
Removes arguments to the query used to generate the current page and outputs a fully-qualified URL to access the changed query.
Alias: rebuild_link
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Values | Example |
---|---|---|---|---|
without | Removes arguments from the query. | Any argument used in the current query. An array or 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, a fully-qualified URL containing the new query string.
Notes
None.
See Also
- nats_smarty_rebuild_query -- removes arguments to a query and builds a hyperlink.
- nats_smarty_rebuild_link -- This function in NATS4.