<?php namespace __APP_NAME__\controller; class Application extends \gnomephp\mvc\Controller{ public function index(){ $this->view->render('index'); } }