Re: [PHP] Web Site Directory Layout

2009-09-27 Thread George Langley
On 26-Sep-09, at 2:38 AM, Ashley Sheridan wrote: I tend to usually go with the following, using what fits with the project: index.php styles/ images/ scripts/ includes/ --- Add files/ for any download-able files. Then for multi-lingual projects, I'll add a

Re: [PHP] Web Site Directory Layout

2009-09-26 Thread Ashley Sheridan
On Fri, 2009-09-25 at 22:26 -0400, Robert Cummings wrote: Caner Bulut wrote: Hi All, Is there a stable or standart directory layout for PHP project (like web sites)?. Example; index.php img/ css/ js/ lib/ doc/ tools/ Thanks. There's no standard. My advice

Re: [PHP] Web Site Directory Layout

2009-09-26 Thread דניאל דנון
There is no standard for that - Its your choice, I usually use something like index.php configuration.php template/ template/NAME/template.html template/NAME/template.css template/NAME/images/ modules/ modules/connection/MySQL.php etc. On Sat, Sep 26, 2009 at 1:50 AM, Caner Bulut

RE: [PHP] Web Site Directory Layout

2009-09-26 Thread Caner Bulut
Thanks for help. Caner. _ From: דניאל דנון [mailto:danondan...@gmail.com] Sent: Saturday, September 26, 2009 2:35 PM To: Caner Bulut Cc: php-general@lists.php.net Subject: Re: [PHP] Web Site Directory Layout There is no standard for that - Its your choice, I usually use

Re: [PHP] Web Site Directory Layout

2009-09-25 Thread Phpster
On Sep 25, 2009, at 6:50 PM, Caner Bulut caner...@gmail.com wrote: Hi All, Is there a stable or standart directory layout for PHP project (like web sites)?. Example; index.php img/ css/ js/ lib/ doc/ tools/ Thanks. It depends. Using of the many frameworks will force

RE: [PHP] Web Site Directory Layout

2009-09-25 Thread Caner Bulut
Bulut Cc: php-general@lists.php.net; caner...@gmail.com Subject: Re: [PHP] Web Site Directory Layout On Sep 25, 2009, at 6:50 PM, Caner Bulut caner...@gmail.com wrote: Hi All, Is there a stable or standart directory layout for PHP project (like web sites)?. Example; index.php

Re: [PHP] Web Site Directory Layout

2009-09-25 Thread Jim Lucas
Caner Bulut wrote: Hi All, Is there a stable or standard directory layout for PHP project (like web sites)?. Example; index.php img/ css/ js/ lib/ doc/ tools/ Thanks. Here are a few references that I found with a quick G search

Re: [PHP] Web Site Directory Layout

2009-09-25 Thread Daniel Brown
On Fri, Sep 25, 2009, Caner Bulut caner...@gmail.com wrote: Is there a stable or standart directory layout for PHP project (like web sites)?. The very plain, simple answer is: no. There are similarities between projects, and common, logical reasons for doing them but nothing that

Re: [PHP] Web Site Directory Layout

2009-09-25 Thread Daniel Brown
On Fri, Sep 25, 2009 at 19:30, Caner Bulut caner...@gmail.com wrote: I will be out of office between 18th - 28th of June. That's fantastic. Have a nice ten-day vacation nine months from now. Thanks for letting us know so far in advance! ;-P -- /Daniel P. Brown daniel.br...@parasane.net

Re: [PHP] Web Site Directory Layout

2009-09-25 Thread Robert Cummings
Caner Bulut wrote: Hi All, Is there a stable or standart directory layout for PHP project (like web sites)?. Example; index.php img/ css/ js/ lib/ doc/ tools/ Thanks. There's no standard. My advice is to use easily identifiable names. The above are quite obbvious. My own preference