<?php namespace brain\controllers; class IndexController { public function __construct() { } public function start() { echo "got it"; } }