Information Architecture

Filenames and File Placement

Filenames

All files should be named using the lowerCamelCase convention, whereby the file will begin with a lowercase letter and each word within a filename should begin with an uppercase letter.

HTML files should end with a .html extension.
PHP files should end with a .php extension.

File Placement

PHP files that contain information of a secure nature (any passwords or connection strings) should be kept in a secure directory (.htaccess) or in a directory not accessible from the web.

Under Review

  • The naming of PHP Class files is being discussed in context of the MVC currently in use for the Digital Commons
  • This section is heavily underdeveloped and needs to be expanded
 
page_design\information_architecture_file_placement · Last modified: 2008/01/18 17:00 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki