Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

16 строки
508B

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