File tree Expand file tree Collapse file tree
user_guide_src/source/extending Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ************************
2+ Replace Common Functions
3+ ************************
4+
5+ There a qutie a few functions necessary to CodeIgniter that need to load for use in the core classes and thus cannot
6+ be placed into a helper. While most users will never have any need to do this, but the option to replace these functions
7+ does exist for those who would like to significantly alter the CodeIgniter core. In the ``App\ `` directory there is a
8+ file ``Common.php ``, and any functions defined in there will take precedence over the versions found in
9+ ``system/Common.php ``. This is also an opportunity to create globally-available functions you intend to use throughout
10+ the framework.
11+
12+ .. note :: Messing with a core system class has a lot of implications, so make sure you know what you are doing before
13+ attempting it.
You can’t perform that action at this time.
0 commit comments