Tag: property

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

Plugin API The Plugin API provides a collection of services for use by Siteframe plugins. The API is implemented as a PHP class file and classes are called directly, not through the creation of an object. This page defines the functions available in the plugin API and shows examples of their use. Please note that the Plugin API is a PHP5 API for use by plugin scripts; this is distinct from the...
0 comment(s) / glen / Internals / on April 3, 2005 at 20:54