<?php namespace Registration; Class Controller_Registration extends \Controller_Template { public function action_index() { $this->template->title = 'Example Page'; $this->template->content = View::factory('registration/index', $data); } }
$this->template->content = \View::factory('registration/index', $data);
It looks like you're new here. If you want to get involved, click one of these buttons!