We are developing a new site in Zend Framework while we maintain and improve our older version (plain old fashion PHP files).
This in some cases is meaning waisting hours of programming that we could to some extend use for our newer versions.
We do have full server control and a sophisticated 301 rewrites on Apache, so we could rewrite o symlink as required. Our aim would be to be able to include Zend in a subdirectory of our site so we can at least use its libraries on any PHP programming and even better that the DB models and as much code as possible could be reused afterwards on our purely ZF site when its finished.
Would this be worth the hassle? Can someone point at a tutorial or best practices in order to do this?
Many thanks.