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