This document provides guidance on migrating from Zend Framework 1 (ZF1) to Zend Framework 2 (ZF2). It discusses high-level considerations like planning the migration process and deciding on an overall strategy. It also provides lower-level technical suggestions, such as using a ZF1 compatibility module to reuse existing ZF1 resources like the database and translations as ZF2 services. The document emphasizes that there is no single correct approach and the best path depends on factors like code quality and project scope.