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

9 lines
116 B
PHP

<?php
class DefaultController extends Controller
{
public function actionIndex()
{
$this->render('index');
}
}