Ignore:
Timestamp:
Jan 6, 2016, 11:01:30 PM (9 years ago)
Author:
chronos
Message:
  • Moved: Application, Base and AppModule to Common Package.
  • Modified: Main application class renamed to Core.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Global.php

    r746 r779  
    66$Database = NULL;
    77
    8 include_once(dirname(__FILE__).'/Base.php');
    9 include_once(dirname(__FILE__).'/AppModule.php');
     8include_once(dirname(__FILE__).'/../Packages/Package.php');
     9include_once(dirname(__FILE__).'/../Packages/Common/Common.php');
    1010include_once(dirname(__FILE__).'/Page.php');
    1111include_once(dirname(__FILE__).'/Table.php');
     
    1313include_once(dirname(__FILE__).'/Config.php');
    1414include_once(dirname(__FILE__).'/Setup/Setup.php');
    15 include_once(dirname(__FILE__).'/../Packages/Package.php');
    16 include_once(dirname(__FILE__).'/../Packages/Common/Common.php');
    1715include_once(dirname(__FILE__).'/VCL/General.php');
    1816include_once(dirname(__FILE__).'/VCL/Database.php');
Note: See TracChangeset for help on using the changeset viewer.