1
0
www.mikescher.com/framework/cli/views/shell/module/controllers/DefaultController.php

9 lines
116 B
PHP
Raw Normal View History

2014-05-13 12:40:42 +02:00
<?php
class DefaultController extends Controller
{
public function actionIndex()
{
$this->render('index');
}
}