test.php 151 B

12345678910
  1. <?php
  2. namespace controller;
  3. class test extends \Qii\Base\Controller
  4. {
  5. public function indexAction()
  6. {
  7. echo __CLASS__;
  8. }
  9. }