HowTo: Codeigniter Partial Library
This assumes you have moved both the application and system libraries into their own folders outside the webroot. (See the user guide) You’ll want to start off by grabbing a copy of the library from github. You need to put the file in ./application/libraries/ and add it to the autoload file located at (see the…