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.
- APIkey
- Audit
- Comment
- CommentList
- DataObject
- File
- Folder
- Friend
- HtmlEmail
- InputForm
- Invitation
- Memo
- Page
- PageFileRel
- Plugin
- Property
- Query
- Rating
- SearchText
- Siteframe
- Subscription
- Tag
- TagPageRel
- Template
- Text
- User
