ci4
1<?php
2
3/**
4* The goal of this file is to allow developers a location
5* where they can overwrite core procedural functions and
6* replace them with their own. This file is loaded during
7* the bootstrap process and is called during the framework's
8* execution.
9*
10* This can be looked at as a `master helper` file that is
11* loaded early on, and may also contain additional functions
12* that you'd like to use throughout your entire application
13*
14* @see: https://codeigniter.com/user_guide/extending/common.html
15*/
16