<?php class IndexController extends \Phalcon\Mvc\Controller { public function indexAction() { echo "<h1>Wrong controller for this benchmark!</h1>"; } }