Exemplo n.º 1
0
 public function __construct()
 {
     $this->onBootstrap();
     $this->helper = new \stdClass();
     $this->view = new \stdClass();
     $this->module = current(\Base\Mvc\Mvc::getModule());
     $this->render = new Render();
 }
Exemplo n.º 2
0
 public static function getPagination()
 {
     return new \App\Principal\Helper\Pagination(\Base\Mvc\Mvc::getDb());
 }