Assume that the
directory “/” is the www entry point of the server. Then:
/index.htm will
be the entry page (containing links)
/images/ will hold
images and data files used by supplementary pages
/data/ will hold
extracted thumbnails of object images
/doc/ will be the
place for complete project documentation
/help/ will
contain the user’s manual
/script/ will hold
all the .php files
/script/images/ will hold images used by
scripts
/script/include/ will contain used template files and
files with common headers
/tmp/ directory
for temporary files
Directory listing should be forbidden from security reasons by default in all directories.
Use Cases
Please go to use cases page.
Deployment Scheme
Notation: UML
Both web and database servers may or may not run on single machine.
Reference implementation has both servers on one machine.
|