Changeset 467 for trunk/Common/AppModule.php
- Timestamp:
- Dec 9, 2012, 10:44:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/AppModule.php
r463 r467 19 19 var $Manager; 20 20 21 function __construct($Database, $System) 22 { 23 $this->System = &$System; 24 $this->Database = &$Database; 25 } 26 21 27 function Install() 22 28 {
Note:
See TracChangeset
for help on using the changeset viewer.