Using a Super Controller Class in CodeIgniter
CodeIgniter is easy to understand if you know how MVC design pattern works. Just need to define your model, your controller and your views. However, sometimes you need to reuse code in all your site pages and probably you ask yourself “How do I do that?”. Well, here is a simple tip that may help you to reuse generic data, fields, etc. in your CodeIgniter application.

