Index.php 161 B

12345678910111213
  1. <?php
  2. use Yaf\Controller_Abstract as AbstractController;
  3. class IndexController extends AbstractController
  4. {
  5. public function indexAction ()
  6. {
  7. }
  8. }