autoload.php 249 B

123456789
  1. <?php
  2. // report all possible php errors
  3. error_reporting(-1);
  4. require_once(__DIR__ . '/../ArrayHelper.php');
  5. require_once(__DIR__ . '/../DateTimeHelper.php');
  6. require_once(__DIR__ . '/../Image.php');
  7. require_once(__DIR__ . '/../StringHelper.php');