method getScript documentation in bbn\Mvc\Controller
Returns the rendered script result from the current mvc if successfully processed
process() (or check()) must have been called before.
function()
{
if (isset($this->obj->script)) {
return $this->obj->script;
}
return '';
}
Returns the rendered script result from the current mvc if successfully processed BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way