Example #1
0
 public function setUp()
 {
     $this->view = new \Riimu\BareMVC\View\View();
     $this->view->setViewFormat(dirname($_SERVER['SCRIPT_FILENAME']) . DIRECTORY_SEPARATOR . 'view' . DIRECTORY_SEPARATOR . '%s.php');
     $this->view->link = $this->router;
 }