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