Changeset 573 for trunk/includes/system.php
- Timestamp:
- Aug 27, 2013, 10:58:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/system.php
r561 r573 2 2 3 3 include_once('Database.php'); 4 5 class Module6 {7 var $Database;8 var $Config;9 var $System;10 11 function __construct($System)12 {13 $this->Database = &$System->Database;14 $this->Config = &$System->Config;15 $this->System = &$System;16 }17 }18 4 19 5 class System … … 116 102 function RegisterPage($Path, $Handler) 117 103 { 118 104 if(is_array($Path)) 119 105 { 120 106 $Page = &$this->Pages;
Note:
See TracChangeset
for help on using the changeset viewer.