QUOTE
MVC Architecture and Zend Framework?
MVC is
Model View Controller it is a programming pattern which separates the view from the engine, so templating etc is much easier for those who do not know the language and quicker for those who do.
Zend Framework is a framework for building applications quickly, it takes advantage of the MVC programming pattern. If you're looking for a rolled up solution a framework is not your answer, it just improves development time.