basic.php 139 B

123456789101112
  1. <?php
  2. class Template_Basic_Controller extends Controller {
  3. public $layout = 'home.index';
  4. public function action_index()
  5. {
  6. //
  7. }
  8. }