Libraries in CodeIgniter
All of the available
libraries in CodeIgniter are located in your system/libraries folder. In most cases, to use one of these classes
involves initializing it within a controller using the
following initialization function from a controller in mvc :