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/Packages/Common/Common.php

    r746 r779  
    99include_once(dirname(__FILE__).'/UTF8.php');
    1010include_once(dirname(__FILE__).'/VarDumper.php');
    11 
     11include_once(dirname(__FILE__).'/Base.php');
     12include_once(dirname(__FILE__).'/Application.php');
     13include_once(dirname(__FILE__).'/AppModule.php');
    1214
    1315class PackageCommon extends Package
Note: See TracChangeset for help on using the changeset viewer.