method getModelGroup documentation in bbn\Mvc

function(string $path, array $data, bbn\Mvc\Controller $ctrl) { $res = []; if (($path = Router::parse($path)) && ($items = $this->fetchDir($path, 'model')) ) { foreach ($items as $it) { $res[] = $this->getModel($it, $data, $ctrl); } } 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.