<?php namespace Controller; class index extends \Qii\Controller\Base { public function indexAction() { echo __CLASS__; } }