Ignore:
Timestamp:
May 13, 2008 4:14:53 AM (16 years ago)
Author:
quinn
Message:

Fixed lots of misplings. I'm so embarrassed! ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/file_layout.txt

    r214 r334  
    11Updated: 11 Dec 2006 16:25:10
     2(This document is probably out-of-date.)
    23=====================================================================
    34
     
    4243        Auth_SQL.inc.php (sql-based authentication system)
    4344        AuthorizeNet.inc.php (routines for connection to authorize.net's advanced processing interface)
    44         Cache.inc.php (provides session-based caching functionality for quick retreival of all PHP data types)
     45        Cache.inc.php (provides session-based caching functionality for quick retrieval of all PHP data types)
    4546        CSS.inc.php (manage and deliver CSS data)
    4647        DB.inc.php (minimal database abstraction layer)
     
    4950        FormValidator.inc.php (validation routines used to test incoming user data)
    5051        Google_API.inc.php (class for connecting to, querying, and dealing with data of the Google API)
    51         Heirarchy.php (class for manipulation of heirarchies)
     52        Heirarchy.php (class for manipulation of hierarchies)
    5253        Image.inc.php (manage printing of images related to db records)
    5354        ImageThumb.inc.php (automated image thumbnailing routines)
     
    5556        MCVE.inc.php
    5657        Navigation.inc.php (navigation element management class))
    57         PageNumbers.inc.php (class for managing and printing various elements of page numbers and pagenation)
     58        PageNumbers.inc.php (class for managing and printing various elements of page numbers and pagination)
    5859        PageSequence.inc.php (manage a sequence of steps and data from step form elements, like order checkout or signup)
    5960        PayPal.inc.php
    6061        PEdit.inc.php (page-by-page file-based content management system)
    61         Prefs.inc.php (class for semi-permenent storage of values)
     62        Prefs.inc.php (class for semi-permanent storage of values)
    6263        ScriptTimer.inc.php (timer for scripts)
    6364        SortOrder.inc.php (class dealing with sorting of columns in database generated lists)
     
    109110    versions.php (manage db record versions)
    110111
    111 html/(DocumentRoot of main site application)
     112html/ (DocumentRoot of main site application)
    112113    _config.inc.php (configuration options and defaults specific to this site. included first in each script)
    113114    _templates/ (site specific templates. templates here override global codebase templates with same name)
Note: See TracChangeset for help on using the changeset viewer.