I have searched and read about mvc. I understand MVC. I am only stuck on the beginnings. If I can just get that rolling, I'll be alright to continue. But as soon as I get going the writer throws in something they don't explain. Example, they will show a model extends some class, but they never show you that class or don't explain it. I know this has been asked a bunch on SO, but it seems to degrade into complexity too fast.
Is it possible to just have one model, one controller, and one view and show that as an example? Am I making it too simple?
I have looked at various premade frameworks, codeigniter, wigbi, skinnymvc, etc. I do not want to use them right now. I understand OOP and OOD. I just can't put this together for whatever reason. Thanks for anything that shows a model, a controller, a view, one system, three pages, that isn't secretly three gigantic pages that are masquerading as simple, maybe just a select * from users. I am trying to use PDO if that matters.