Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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