Changeset 4 for Common/Common.php


Ignore:
Timestamp:
Jan 9, 2016, 12:48:30 PM (8 years ago)
Author:
chronos
Message:
  • Added: New files AppModule, Config, Page and Base.
  • Modified: Some files were normalized to unix line ending characters.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/Common.php

    r3 r4  
    1010include_once(dirname(__FILE__).'/VarDumper.php');
    1111include_once(dirname(__FILE__).'/Error.php');
     12include_once(dirname(__FILE__).'/Base.php');
     13include_once(dirname(__FILE__).'/Application.php');
     14include_once(dirname(__FILE__).'/AppModule.php');
     15include_once(dirname(__FILE__).'/Config.php');
     16include_once(dirname(__FILE__).'/Page.php');
    1217
    1318class PackageCommon
Note: See TracChangeset for help on using the changeset viewer.