MIF_E31222691/tests/application/controllers/template/basic.php

12 lines
139 B
PHP

<?php
class Template_Basic_Controller extends Controller {
public $layout = 'home.index';
public function action_index()
{
//
}
}