I have to make URL requests coming to the system secure, so i have to check each and every URLs and filter them based on valid requests.
so I want to access the models APIs i have written in model folder of codeigniter, include libraries from the library folder and also want to call controllers in precontroller hooks.
How that can be done?