This is my first venture into Zend Framework and the MVC pattern. I have the CMS for a website built in MVC all going through /cms/public/index.php
This works, but my question is, should all files be processed through the MVC pattern? We have up until now built dynamic php web pages that call from the CMS/Database, but I'm struggling as everything is pointing to the MVC index, and the old web pages will not display.
Thanks