Example #1
0
 public function run()
 {
     //publish files
     $this->publishAssets();
     //process post requests if exists
     if ($this->levelAccess) {
         operations::processPosts();
     }
     //render page
     $this->renderPage();
 }