File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
baseURI
— Set a base URI so that you can use routes in folders that are not your Doc Root
Name | Description |
---|---|
[$strBaseURI = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strBaseURI = null;
//Call the function baseURI with the example vars
Twist::Route() -> baseURI($strBaseURI);