예제 #1
0
 /**
  * Configures the view rendering system.
  */
 protected function configureTemplating()
 {
     View::setEngine(new PhpEngine());
     View::addPath("{$this->path}/views");
 }