method getCustomModelGroup documentation in bbn\Mvc

function(string $path, string $plugin, array $data, bbn\Mvc\Controller $ctrl) { $res = []; if (($path = Router::parse($path)) && ($items = $this->fetchCustomDir($path, 'model', $plugin)) ) { foreach ($items as $it) { $res[$it] = $this->customPluginModel($it, $data, $ctrl, $plugin); } } return $res; }

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.