Hi,
I'm a little bit confused about MVC and OO paradigms. I have read some documentation about classical OO in the book "The Object-Oriented Thought Process".
Now I need to apply what I have learn in this book in the context of MVC pattern.
How can I design from scratch using the OO paradigm and implement it in a MVC Framework like CodeIgniter, or CakePHP, or other?
Best Regards,