named.php 139 B

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