method process documentation in bbn\Mvc

Returns the rendered result from the current mvc if successfully processed

process() (or check()) must have been called before.

function() { if ($this->check()) { $this->obj = new \stdClass(); if (!\is_array($this->info)) { $this->log("No info in MVC", $this->info); throw new \Exception(X::_("No info in MVC")); } if (!$this->controller) { $this->controller = new Controller($this, $this->info, $this->data); } $this->controller->process(); } }

Returns the rendered 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

This website uses cookies to ensure you get the best experience on our website.