method __construct documentation in bbn\Mvc\View

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(array $info) { if (!empty($info['mode']) && Router::isMode($info['mode'])) { $this->_path = $info['path']; $this->_ext = $info['ext']; $this->_file = $info['file']; $this->_checkers = $info['checkers'] ?? []; $this->_lang_file = $info['i18n'] ?? null; $this->_plugin = $info['plugin'] ?? null; $this->_plugin_name = $info['plugin_name'] ?? null; $this->_component = $info['component'] ?? null; $this->_component_name = $info['component_name'] ?? null; } $this->_mvc = Mvc::getInstance(); }

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). 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.