source:
trunk/module.php
Last change on this file was 35, checked in by , 16 years ago | |
---|---|
|
|
File size: 189 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | class 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 | |
17 | ?> |
Note:
See TracBrowser
for help on using the repository browser.