Common.php 509 B

12345678910111213141516
  1. <?php
  2. /**
  3. * The goal of this file is to allow developers a location
  4. * where they can overwrite core procedural functions and
  5. * replace them with their own. This file is loaded during
  6. * the bootstrap process and is called during the frameworks
  7. * execution.
  8. *
  9. * This can be looked at as a `master helper` file that is
  10. * loaded early on, and may also contain additional functions
  11. * that you'd like to use throughout your entire application
  12. *
  13. * @link: https://codeigniter4.github.io/CodeIgniter4/
  14. */