12 lines
139 B
PHP
12 lines
139 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
class Template_Basic_Controller extends Controller {
|
||
|
|
|
||
|
|
public $layout = 'home.index';
|
||
|
|
|
||
|
|
public function action_index()
|
||
|
|
{
|
||
|
|
//
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|