Discussion about MVC

hello all friends
i find a learn for mvc and work to it.

  1. what your standpoint about use mvc-PHPRO?
    link: http://www.phpro.org/tutorials/Model...oller-MVC.html
  2. which from mvses is good, mvc-PHPRO or mvc Michael Morris at post #10 link below?
    Michael Morris: http://www.sitepoint.com/forums/showthread.php?t=713028
  3. did mvc is a template engine or framework?
  4. what Difference between template engine and framework?
  5. How much is impressible mvc to speed website and seo?

Although template systems and MVC share a similar goal (separation of concerns) they are not the same thing. A template system is not MVC but can be used in an MVC architecture, but it’s not required.

I suggest a quick google search for some basic definitions of each.