method getPrepath documentation in bbn\Mvc\Router

function($with_slash = 1) { if (!empty($this->_prepath)) { return $with_slash ? $this->_prepath : substr($this->_prepath, 0, -1); } return ''; }

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.