mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00
15 lines
526 B
PHP
15 lines
526 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* The goal of this file is to allow developers a location where they can overwrite core procedural functions and
|
|
* replace them with their own. This file is loaded during the bootstrap process and is called during the frameworks
|
|
* execution.
|
|
*
|
|
* This can be looked at as a `master helper` file that is loaded early on, and may also contain additional functions
|
|
* that you'd like to use throughout your entire application
|
|
*
|
|
* @link: https://codeigniter4.github.io/CodeIgniter4/
|
|
*/
|