We are currently using the Zend Framework and the MVC template on our website. We have a large number of static pages that are located in random areas of the site. These pages are not simple HTML pages that can bypass ZF at all ... they will participate in Zend_Layout, etc.
What is the best way to serve these pages without creating a separate action / controller for each random page? Repeating page layout so that they all fall under a βdifferentβ controller or something is missing, the pages should stay where they are in our hierarchy of URLs for SEO purposes.
zend-framework-mvc
John b
source share