app/modules/clients/with a controller 'Controller_Clients' in
app/modules/clients/classes/controller/clients.php
clients/classes/controller/test.php
<?php namespace Registration; Class Controller_Registration extends \Controller_Template { public function action_index() { $this->template->content = \View::factory('index'); } }
It looks like you're new here. If you want to get involved, click one of these buttons!