method setRoot documentation in bbn\Mvc
Sets the root of the application in the URL (base href).
function($root)
{
/** @todo a proper verification of the path */
if (strpos($root, '/', -1) === false) {
$root .= '/';
}
$this->root = $root;
}
Sets the root of the application in the URL (base href). BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2025
BBN Solutions