Ideal Folder Structure of MVC framework
        Posted  
        
            by Sarfraz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sarfraz
        
        
        
        Published on 2009-11-25T07:03:07Z
        Indexed on 
            2010/04/16
            8:33 UTC
        
        
        Read the original article
        Hit count: 179
        
Hello guys,
I would like to ask what is the ideal folder structure for a MVC framework that should be able to support multiple installations. For example, I install xyz framework and i run two or more sites based on this single installation of xyz framework rather than installing the framework for each site.
This is probably done in Codeigniter too but i don't know much about CodeIgniter, so i need your suggestions. I know some of you might even have better idea than what is done by CodeIgniter, so please share.
© Stack Overflow or respective owner