method reroute documentation in bbn\Mvc\Controller

This will reroute a controller to another one seamlessly.

function($path = '', $post = false, $arguments = false) { if (!\in_array($path, $this->_reroutes) && ($this->_path !== $path)) { $this->_reroutes[] = $path; $this->_mvc->reroute($path, $post, $arguments); $this->_is_rerouted = 1; } }

This will reroute a controller to another one seamlessly. 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.