1 | <?php |
||
6 | class DashboardController extends Controller |
||
7 | { |
||
8 | /** |
||
9 | * Construct this object by extending the basic Controller class |
||
10 | */ |
||
11 | public function __construct() |
||
18 | |||
19 | /** |
||
20 | * This method controls what happens when you move to /dashboard/index in your app. |
||
21 | */ |
||
22 | public function index() |
||
26 | } |
||
27 |