25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. */