I'm fairly new to the Codeigniter
and MVC
framework, I'm building a content management system (CMS) and I've got the basics done.
I need to be able to search through my companies databases and compile reports based on the results, does anyone know of a good library for this or am I going to have to build one from scratch? I'm using the latest version of CI
and I'm using the ion_auth
authentication library for my user login, all this is working great!