2019-07-27 18:17:00 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
2019-08-27 23:00:26 -05:00
|
|
|
* The goal of this file is to allow developers a location
|
2019-07-27 18:17:00 -07:00
|
|
|
* where they can overwrite core procedural functions and
|
|
|
|
* replace them with their own. This file is loaded during
|
2022-09-13 21:47:09 +05:00
|
|
|
* the bootstrap process and is called during the framework's
|
2019-07-27 18:17:00 -07:00
|
|
|
* 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
|
|
|
|
*
|
2023-03-21 10:15:16 +03:30
|
|
|
* @see: https://codeigniter.com/user_guide/extending/common.html
|
2019-07-27 18:17:00 -07:00
|
|
|
*/
|