0

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!

gung - Reinstate Monica
  • 11,583
  • 7
  • 60
  • 79
Sam
  • 147
  • 3
  • 10
  • 2
    Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the [How to Ask](https://stackoverflow.com/help/how-to-ask) page for help clarifying this question. – Tpojka Jul 20 '17 at 16:13

1 Answers1

0

Check out this thread on CMS based on CodeIgniter

If this is more advance stuff and you wanted simple crud tutorials (Create update and destroy data) check out : http://avenir.ro/create-cms-using-codeigniter-3/ and for documentation check out https://www.codeigniter.com/user_guide/

Parker Dell
  • 472
  • 4
  • 11