These modules provide an easy, abstracted way to interface with a database backed content object. With a variety of functions for ease of use, they allow you to directly work with the data and not have to worry about SQL.
Classes | |
| class | BaseAlert |
| Used with the BaseUser class to give an easy, quick way to alert the user to a variety of things. More... | |
| class | BaseComment |
| BaseComment is an object used for comment threads. More... | |
| class | BaseEvent |
| A basic event with dates, guests, etc. More... | |
| class | BaseForumThread |
| A stub class to hold subject, and stats on a thread. More... | |
| class | BaseForum |
| Used in combination with BaseForumThread and BaseForumThreadComment to make a nice little forum system. More... | |
| class | BaseGroup |
| BaseGroup is a module that simplifies groups of users. More... | |
| class | BaseImage |
| BaseImage is a class for dealing with images. More... | |
| class | BaseInvitation |
| A basic invitation object to handle invitations for a variety of things. More... | |
| class | BaseMessage |
| Basic, but full featured Message class. More... | |
| class | BaseObject |
| BaseObject is a class for dealing with simple objects. More... | |
| class | BaseRPSGame |
| Easily add RPS gaming functionality to your site. More... | |
| class | BaseUserAction |
| Actions are to give the user more ways to interact. More... | |
| class | BaseUser |
| BaseUser is a class that handles the basics (and advanced's) of having users on your site. More... | |
| class | MyObject |
| placeholder class for your use. More... | |
1.3.9.1