source: Dev/trunk/classes/Application.php @ 57

Last change on this file since 57 was 57, checked in by fpvanagthoven, 14 years ago

Refactoring main menu

File size: 219 bytes
Line 
1<?php
2
3/**
4 * Description of Application
5 *
6 * @author fpvanagthoven
7 */
8class Application {
9
10    private $title;
11    private $description;
12    private $style;
13
14    public function __construct() {
15       
16    }
17
18
19}
20?>
Note: See TracBrowser for help on using the repository browser.