Generate a URL that links into Chora.
public static url ( string $script, string $uri = '', array $args = [], string $anchor = '' ) : string | ||
$script | string | Name of the Chora script to link into. |
$uri | string | The path being browsed. |
$args | array | Key/value pair of any GET parameters to append. |
$anchor | string | Anchor entity name. |
return | string | The URL, with session information if necessary. |