Changeset 148 for www/module.php
- Timestamp:
 - Feb 15, 2009, 7:59:35 PM (17 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  www/module.php (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
www/module.php
r77 r148 1 1 <?php 2 2 3 class Module 3 class Module 4 4 { 5 5 var $Database; … … 8 8 var $Dependencies = array(); 9 9 var $CurrentPath = '/'; 10 11 function __construct( $Database)10 11 function __construct() 12 12 { 13 $this->Database = $Database;14 13 } 15 14  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  