function.jfullurl.php
Tags
Table of Contents
- jtpl_function_html_jfullurl() : mixed
- function plugin : write the full url (with domain name) corresponding to the given jelix action
Functions
jtpl_function_html_jfullurl()
function plugin : write the full url (with domain name) corresponding to the given jelix action
jtpl_function_html_jfullurl(jTpl $tpl, string $selector[, array<string|int, mixed> $params = array() ][, string $domain = null ][, bool $escape = true ]) : mixed
Parameters
- $tpl : jTpl
-
template engine
- $selector : string
-
selector action
- $params : array<string|int, mixed> = array()
-
parameters for the url
- $domain : string = null
-
domain name, false if you want to use the config domain name or the server name
- $escape : bool = true
-
if true, then escape the string for html