Difference between revisions of "Nats smarty rebuild link (NATS3)"
From TMM Wiki
Jump to navigationJump to searchm |
|||
Line 3: | Line 3: | ||
}} | }} | ||
− | = | + | = rebuild_link = |
Removes arguments to the query used to generate the current page and outputs a fully-qualified URL to access the changed query. | Removes arguments to the query used to generate the current page and outputs a fully-qualified URL to access the changed query. | ||
Latest revision as of 07:45, 18 July 2012
rebuild_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.