method setPrepath documentation in bbn\Mvc

function($path) { if ($this->check()) { if ($this->router->getPrepath(false) === $path) { return 1; } if ($this->env->setPrepath($path) && $this->router->setPrepath($path)) { $this->params = $this->getParams(); return 1; } } throw new \Exception( X::_("The setPrepath method cannot be used in this MVC") ); }

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.