method __construct documentation in bbn\Mvc\Controller
This will call the initial build a new instance.
It should be called only once from within the script.
All subsequent calls to controllers should be done through $this->add($path).
function(bbn\Mvc $mvc, array $files, $data = false)
{
$this->_mvc = $mvc;
$this->reset($files, $data);
}
This will call the initial build a new instance. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way