init
[mdref/mdref] / mdref / controllers / IndexController.php
1 <?php
2
3 namespace controllers;
4
5 class IndexController extends AppController
6 {
7 function indexAction() {
8 }
9 }