You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Common.php 508B

2 jaren geleden
123456789101112131415
  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. * @see: https://codeigniter4.github.io/CodeIgniter4/
  14. */