[snip]
1) How do experienced developers layout their [dev] directory
hierarchy?
For example, is there an accepted place to put one's function
libraries?  On
IIS (Windows XP), the default directory structure is

c:\inetpub\
    AdminScripts
    iissamples
    mailroot
    Scripts
    wwwroot\
        myproject1
        myproject2
        ...
        myprojectN

where the myproject* directories are my current WEB Site designs.
[/snip]

I use some of the ideas from this page
http://www.odi.ch/prog/design/php/guide.php for laying out my sites.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to