ByteHoard 2.1 Developer Reference
Andrew Godwin
Copyright © 2005 Andrew Godwin
A guide to the internal naming, functions and design of ByteHoard.
Table of Contents
1.
Introduction
2.
Database Structure
2.1.
Introduction to ByteHoard & Databases
2.2.
Common Field Names
2.3.
Tables & Descriptions
2.3.1.
Introduction
2.3.2.
Tables
3.
ByteHoard Concepts
3.1.
Introduction to ByteHoard Concepts
3.2.
The filepath
3.3.
Modularity
3.4.
Layouts
3.4.1.
Separation
3.4.2.
Skins
3.4.3.
Further Examples & Explanation
3.5.
The logging system
3.5.1.
Standard Events
3.6.
The Language Files & Internationalisation
3.6.1.
Creating or Editing Language Files
3.7.
Folder Views
A.
Appendix
A.1.
Links & Locations
List of Examples
3-1.
An example filepath
3-2.
An example of a language include line
3-3.
An example of a language call in a template
3-4.
How #USER# is handled
Next
Introduction