Which web application modular structure is better ?

Posted by simple on Stack Overflow See other posts from Stack Overflow or by simple
Published on 2010-04-28T17:21:46Z Indexed on 2010/04/29 0:37 UTC
Read the original article Hit count: 408

Filed under:
|
|
backend/
     module1
     module2
     module3

frontend/
     module1
     module2
     module3

or

modules/
       module1/
              frontend               
              backend
       module2/
              frontend               
              backend
       module3/
              frontend               
              backend

© Stack Overflow or respective owner

Related posts about web-development

Related posts about php