Siteframe Classes

A class is a representation of a type of Siteframe data object. Specifically, a class is implemented as a PHP5 class definition, which usually (though not always) has a physical representation as a MySQL table. For example, the class "Page" is defined in includes/Page.class.inc, and is stored in the prefix_pages table. If you are not familiar with object-oriented programming, then this documentation will probably be meaningless to you; read the PHP documentation for more details. The classes used in Siteframe are documented below. For complete information, you will probably want to read the class files themselves.