source: trunk/www/common/module.php@ 54

Last change on this file since 54 was 54, checked in by george, 16 years ago
  • Přeorganizování složek a rozhození souborů do podsložek model, common, design a style.
  • Upraveno: Rozpracované oddělení serverů na více světů.
File size: 187 bytes
Line 
1<?php
2
3class Module
4{
5 var $Database;
6 var $System;
7 var $Title = '';
8 var $Dependencies = array();
9 var $CurrentPath = '/';
10
11 function __construct()
12 {
13 }
14}
15
16?>
Note: See TracBrowser for help on using the repository browser.