Here is an example.
class My_Loader extends CI_Loader {
parent::__construct();
include(APPPATH.'config/jscss.php');
}
what is the 'APPPATH' above?
APPPATH is your application folder
Copy jscss.php
file to /application/config/
folder.
/application
- /config
- jscss.php
- /controllers
- /cache
- /core
- etc..
/system
index.php