Rev 27 | Rev 52 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 27 | Rev 29 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | <?php
|
1 | <?php
|
| 2 | 2 | ||
| 3 | require_once 'Application.php'; |
3 | require_once __DIR__ . '/Application.php'; |
| 4 | require_once 'AbstractModel.php'; |
4 | require_once __DIR__ . '/AbstractModel.php'; |
| 5 | 5 | ||
| 6 | /**
|
6 | /**
|
| 7 | * A general view handled by a controller according to the MVC pattern
|
7 | * A general view handled by a controller according to the MVC pattern
|
| 8 | *
|
8 | *
|
| 9 | * @author tlahn
|
9 | * @author tlahn
|