This document provides an overview of key differences between Zend Framework 1 and Zend Framework 2. It discusses changes to namespaces, controllers, services, routing, views, database adapters, forms, and other areas. Code examples are given to illustrate how concepts are implemented in ZF1 versus ZF2, such as using namespaces, dependency injection, and table gateways. The document aims to help ZF1 developers get started with ZF2.