MODE_DISPLAY
MODE_DISPLAY
Display mode.
Wicked Base Class.
REGEXP_WIKIWORD
Our wiki word regexp (needed many places).
"(!?" . // START WikiPage pattern (1) "[A-Z\xc0-\xde]" . // 1 upper "[A-Za-z0-9\xc0-\xfe]" . // 0+ alpha or digit "[a-z0-9\xdf-\xfe]+" . // 1+ lower or digit "\/?" . // 0/1 slash "[A-Z\xc0-\xde]" . // 1 upper "[A-Za-z0-9\xc0-\xfe\/]" . // 0+ or more alpha or digit or slash ")" . // END WikiPage pattern (/1) "((#" . // START Anchor pattern (2)(3) "[A-Za-z0-9\xc0-\xfe]" . // 1 alpha "(" . // start sub pattern (4) "[-_A-Za-z0-9\xc0-\xfe:.]*" . // 0+ dash, alpha, digit, underscore, // colon, dot "[-_A-Za-z0-9\xc0-\xfe]" . // 1 dash, alpha, digit, or underscore ")?)?)"); // end subpatterns (/4)(/3)(/2)
url(string $page, boolean $full = false, integer $append_session) : \Horde_Url
Puts together the URL to a Wicked page. Uses mod_rewrite or GET style URLs depending on configuration.
string | $page | The name of the page to target. |
boolean | $full | @see Horde::url() |
integer | $append_session | @see Horde::url() |
The URL of $page.