source:
Base/Module.php
| Last change on this file was 1, checked in by , 16 years ago | |
|---|---|
| File size: 241 bytes | |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | class Module |
| 4 | { |
| 5 | var $Database; |
| 6 | var $System; |
| 7 | var $Config; |
| 8 | |
| 9 | function __construct($System) |
| 10 | { |
| 11 | $this->Database = $System->Database; |
| 12 | $this->Config = &$System->Config; |
| 13 | $this->System = $System; |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | ?> |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/WebSystem/chrome/site/your_project_logo.png)