MVC in PHP can be a very confusing topic because of the numerous number of opinions on the subject. Every explanation you'll see will be quite different.
In reality it isn't that important which school you chose to follow. All the major frameworks uses valid MVC implementations, so you can pick anyone of them and just get started using their tutorials. You'll get the MVC part for free. For frameworks such as CakePHP you'll be forced to use it. Others such as Zend Framework just forces you to use VC (views and controllers) but gives you the power you use true models if you'd like.
Just pick a framework that fits your style and does what you need, and go with it.
Other well known frameworks includes:
A good place to start if you want to learn more about application design in PHP is the Sitepoint PHP Application Design Froum.