Ignore:
Timestamp:
Sep 10, 2015, 10:10:34 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Moved common files used for multiple projects to separate package. Package Common will be maintained in PHPlib subversion repository.
  • Modified: UserModel now contains main User model.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Global.php

    r738 r746  
    66$Database = NULL;
    77
    8 include_once(dirname(__FILE__).'/VarDumper.php');
    98include_once(dirname(__FILE__).'/Base.php');
    109include_once(dirname(__FILE__).'/AppModule.php');
    11 include_once(dirname(__FILE__).'/Database.php');
    12 include_once(dirname(__FILE__).'/UTF8.php');
    13 include_once(dirname(__FILE__).'/Mail.php');
    1410include_once(dirname(__FILE__).'/Page.php');
    1511include_once(dirname(__FILE__).'/Table.php');
     
    1713include_once(dirname(__FILE__).'/Config.php');
    1814include_once(dirname(__FILE__).'/Setup/Setup.php');
    19 include_once(dirname(__FILE__).'/PrefixMultiplier.php');
    20 include_once(dirname(__FILE__).'/NetworkAddress.php');
     15include_once(dirname(__FILE__).'/../Packages/Package.php');
     16include_once(dirname(__FILE__).'/../Packages/Common/Common.php');
    2117include_once(dirname(__FILE__).'/VCL/General.php');
    2218include_once(dirname(__FILE__).'/VCL/Database.php');
Note: See TracChangeset for help on using the changeset viewer.