I am new to the concept of MVC in php (or for that matter any programming language). I understand Model handles the business logic and the Controller is sort of a glue which interacts with the both the model and the view. I tired out a few examples given on Codeigniter. The examples show how you extend both Class Model and Class Controller and it works fine.
Looking at the core I find a few files and a core Controller and Core Model file. Since I am new to the concept of MVC I fail to understand what does this core controller and core model file do.
Can anyone please explain?