aboutsummaryrefslogtreecommitdiff
path: root/private/controller/Controller.php
blob: 73d02105bc7219411ef4f0d5d2dfbb009043b3f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

namespace AugustOffensive\controller;

include '../model/Connection.php';

use AugustOffensive\model;

/**
 * Static controller class for interfacing between the view and the model.
 */
class Controller 
{
    //
}