method includeController documentation in bbn\Mvc\Controller
function(string $bbn_inc_file, bbn\Mvc\Controller $ctrl, $bbn_is_super = false)
{
if ($ctrl->isCli()) {
return include $bbn_inc_file;
}
ob_start();
$r = include $bbn_inc_file;
$output = ob_get_contents();
ob_end_clean();
if ($bbn_is_super) {
return $r ? true : false;
}
return $output;
}
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.
© 2011-2025
BBN Solutions