CI People,
I have two questions and i think they can help me.
First question:
I have a site with frontend (users view) and backend (admin view), probably i need to use the models in this two cases (backend and frontend). My question is: How to use the same models in this two cases?
Second question:
In my fronted, my site have’s a header, menu, content and footer, it is a classic model site, and the unique container has change is the content. Mu question: The best way to make this is create a “My_Controller” that extends the CI Controller, and the pages Controlllers (blog, forum, contact) extends “My_Controller”?
Thanks!
