<?php class Controller_Account extends Controller_Template { public function action_index() { $this->template->title = 'Users » Index'; $this->template->content = View::factory('users/index'); }
It looks like you're new here. If you want to get involved, click one of these buttons!