2011-12-04 52 views
1

什麼是Web應用程序的典型文件結構?什麼是正確的網頁應用程序文件結構?爲什麼?

你有你的brouchure網站:

[+]根

[+] images 
[+] css 
[+] javascripts 
[+] pages 
    - index.html 
    - biographies.html 
    - contacts.html 




而你有你的web應用程序(發生的事情在這裏這是我的瞭解):

[+] root

[+] build 
    [+] classes 
     - Database.php 
     - User.php 
    [+] includes 
     - config.php 
[+] public 
    [+] css 
    [+] js 
    [+] img 
    [+] pages 
     - index.php 
     - eventpage.php 
     - createabear.php 
+0

「是的,看起來不錯」。不過,請參閱常見問題解答,瞭解它爲何被關閉。 – 2011-12-04 06:49:43

回答

1

沒有一個「正確」的結構。

相關問題