Tag: class
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...
0 comment(s)
/ glen
/ Internals
/ on April 6, 2005 at 14:51
Metadata
Metadata means data about data and is used
generically to describe data that holds information about other data
objects. In a Siteframe class definition, however, the metadata is a
specific data structure (a PHP array) that contains information about
the properties, or individual data elements, that make up a data class.
Each Siteframe class definition contains a metadata structure...
1 comment(s)
/ glen
/ Internals
/ on April 3, 2005 at 21:03
