source: trunk/module.php@ 341

Last change on this file since 341 was 340, checked in by chronos, 13 years ago
  • Přidáno: Moduk pro správu projektů.
  • Některé staré moduly přesunuty do podsložky Modules.
  • Property svn:executable set to *
File size: 190 bytes
Line 
1<?php
2
3class OldModule
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.