how to integrate Zend Framework MVC with existing site
        Posted  
        
            by Joel
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Joel
        
        
        
        Published on 2010-05-19T19:09:15Z
        Indexed on 
            2010/05/19
            19:10 UTC
        
        
        Read the original article
        Hit count: 285
        
Hi guys, So I'm slowly tackling OO and Zend Framework and their MVC process in particular. I have an existing website and web-based calendar application that was designed by me, but coded by a different person and done procedurally.
I understand that it will be very difficult for my application to ever be completely OO without a full re-write, and I'm fine with that. I have a lot of updates and modifications I want to do in the future, so I'm wanting to start replacing some of the basic components (login, authentication. etc) now, and continue to learn as I go.
Again, I'm really a newbie at programming and OO.
What I'm wondering is if I'm wanting to incorporate the Framework, then would I just first drop my whole site into the /public folder of the Framework and then start pulling functionality out from there?
© Stack Overflow or respective owner