You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
521 B
16 lines
521 B
1 year ago
|
<?php
|
||
|
|
||
|
/**
|
||
|
* 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 framework's
|
||
|
* 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
|
||
|
*
|
||
|
* @see: https://codeigniter.com/user_guide/extending/common.html
|
||
|
*/
|