| AbstractField | Abstract field class |
| AbstractListField | Abstract list |
| Amazon | |
| array('foo', 'bar', array(1, 2, 'baz') | Converts to and from JSON format., array(4))); $output = $json->encode($value); |
| AtomCreator03 | AtomCreator03 is a FeedCreator that implements the atom specification, as in http://www.intertwingly.net/wiki/pie/FrontPage |
| AutoCompleteField | Del.icio.us based autocomplete field |
| Autoload | The autoload interface class |
| BaseAdmin | Basic Administration area |
| BaseAlert | Used with the BaseUser class to give an easy, quick way to alert the user to a variety of things |
| BaseAlerts | Get a users alerts |
| BaseBox | |
| BaseCalendar | Manage events with calendar functionality |
| BaseComment | BaseComment is an object used for comment threads |
| BaseCrons | Pages that can be used as cron jobs |
| BaseEvent | A basic event with dates, guests, etc |
| BaseForum | Used in combination with BaseForumThread and BaseForumThreadComment to make a nice little forum system |
| BaseForums | Get all our forums |
| BaseForumThread | A stub class to hold subject, and stats on a thread |
| BaseForumThreads | Get all our forum threads |
| BaseGallery | A class to handle the drawing of a gallery of BaseImages |
| BaseGroup | BaseGroup is a module that simplifies groups of users |
| BaseImage | BaseImage is a class for dealing with images |
| BaseInbox | Get a users inbox messages |
| BaseInvitation | A basic invitation object to handle invitations for a variety of things |
| BaseInvitations | Get a users invitations |
| BaseJumper | BaseJumper is the controller for your whole site |
| BaseLayout | BaseLayout is a basic layout that implements some nice default behavior for you to use |
| BaseMap | A nice easy class for doing Google Maps Mashups |
| BaseMessage | Basic, but full featured Message class |
| BaseModule | A modules that handles the very basic, core tasks of the module system |
| BaseObject | BaseObject is a class for dealing with simple objects |
| BaseOutbox | Get a users outbox messages |
| BaseRPSGame | Easily add RPS gaming functionality to your site |
| BaseTags | BaseTags is an object dealing with tags ala Web 2.0 |
| BaseTemplate | The mother template |
| BaseThread | Handles drawing a comment thrad for a BaseObject |
| BaseTicket | A class to handle automated logins via special links called 'tickets' |
| BaseUser | BaseUser is a class that handles the basics (and advanced's) of having users on your site |
| BaseUserAction | Actions are to give the user more ways to interact |
| BaseUserActions | Get the actions done/given to a user |
| BlankTemplate | A blank template with no header/footer |
| ButtonField | A button |
| CacheBot | This class is a wrapper that makes it easy to work with EasyCache, regardless of where you are or what caching method you use. |
| CalendarBox | |
| CheckboxField | Checkbox field |
| CheckboxListField | Set of checkboxes |
| CityStateZipField | Field to edit a city / state / zip combo field |
| CollectionField | A field that is a set of multiple fields |
| ConditionalField | Field that is active only when an accompaning checkbox is selected (or not selected) |
| Config | |
| DateBox | |
| DateField | Date control |
| DateTimeField | Combination date & time field |
| DbException | |
| DbSelectField | Select field that gets its values from a database field |
| EasyCache | A class that handles creating / updating / saving of data to be cached |
| EasyDBCache | This class caches data to a database! if you cant access a file system or you want to do everything via db, then this is for you |
| EasyFileCache | This class caches data to files in the filesystem |
| EasyMemCache | Cache data directly to memory |
| EditorField | Editor Field for FCKEditor text |
| EmailField | Simple email field w/ validation |
| EmailSMSProvider | Send SMS via email gateway |
| ErrorHandler | |
| FeedCreator | FeedCreator is the abstract base implementation for concrete implementations that implement a specific format of syndication |
| FeedDate | FeedDate is an internal class that stores a date for a feed or feed item |
| FeedHtmlField | An FeedHtmlField describes and generates a feed, item or image html field (probably a description) |
| FeedImage | An FeedImage may be added to a FeedCreator feed |
| FeedItem | A FeedItem is a part of a FeedCreator feed |
| Field | Field interface |
| Form | Form |
| FormSync | |
| GenderField | Set of radio buttons |
| Geocode | |
| HelpBox | |
| HiddenField | A hidden field |
| HTMLCreator | HTMLCreator is a FeedCreator that writes an HTML feed file to a specific location, overriding the createFeed method of the parent FeedCreator |
| HtmlDescribable | An HtmlDescribable is an item within a feed that can have a description that may include HTML markup |
| HTMLTemplate | A HTML oriented template |
| ImageSize | ImageSize is a class for dealing with various image sizes |
| Img | Image Manipulation |
| InvalidAttributeValueException | Exception thrown when an invalid attribute value is attempted to be set in a Field |
| InvalidCallbackException | Exception thrown when an invalid callback function is encountered |
| InvalidFieldNameException | Exception thrown when a field name is attempted to be accessed but does not exist |
| InvalidQueryException | Exception thrown when an invalid query is attempted to be set in a db field |
| InvalidValueException | Exception thrown when an invalid value is attempted to be set in a field |
| IpAddressField | Field to display a Internet Protocol (IP) address |
| JSCreator | JSCreator is a class that writes a js file to a specific location, overriding the createFeed method of the parent HTMLCreator |
| JSON | JSON function abstraction |
| JSONTemplate | JSON based template for easy AJAX sites |
| LabelField | Field that inserts a label (static text w/ title) into a form |
| Layout | Layout interface |
| Linkify | Linkfy is a class that does a lot of nifty text effects |
| LoginBox | |
| Mail | Simple, unified mail interface |
| MBOXCreator | MBOXCreator is a FeedCreator that implements the mbox format as described in http://www.qmail.org/man/man5/mbox.html |
| MultiSelectField | A field where you can select multiple options |
| MyMail | This is our wrapper class for phpmailer |
| MyManager | Placeholder class for your use |
| MyModule | Placeholder class for your use |
| MyObject | Placeholder class for your use |
| NameField | Field to edit a name |
| NoCache | This class doesnt cache anywhere |
| NoDbConnectionException | Exception thrown when a Form object needs to do some DB operation and no DB object has been set |
| NotValidatedException | Exception thrown when an attempt is made to access the dataa on an unvalidated field |
| ObjectManager | A class to handle searching/sorting/pagination of BaseObjects |
| OneColumnTableLayout | Draw the form as a table with one column |
| OneLineLayout | Draw the entire form on one single line |
| OPMLCreator | OPMLCreator is a FeedCreator that implements OPML 1.0 |
| PageError | |
| PasswordChangeField | Password change field |
| PasswordField | Password field |
| PhoneNumberField | Field to display a phone number |
| PHPMailer | |
| PIECreator01 | PIECreator01 is a FeedCreator that implements the emerging PIE specification, as in http://intertwingly.net/wiki/pie/Syntax |
| RadioField | Radio button field |
| RadioListField | Set of radio buttons |
| REST | |
| RSSCreator091 | RSSCreator091 is a FeedCreator that implements RSS 0.91 Spec, revision 3 |
| RSSCreator10 | RSSCreator10 is a FeedCreator that implements RDF Site Summary (RSS) 1.0 |
| RSSCreator20 | RSSCreator20 is a FeedCreator that implements RDF Site Summary (RSS) 2.0 |
| SelectField | Dropdown selection field |
| Services_JSON | |
| Site | Access BaseJumper instance anywhere |
| SMS | SMS is a class for easy sending of SMS messages |
| SMSProvider | Send SMS's to a provider |
| SSNField | Field to display a US Social Security Number |
| StaticField | Field that inserts static text that spans columns into a form |
| TableLayout | Draw the form as a two column table |
| TableNotSetException | Exception thrown when table is not set |
| TextareaField | Textarea Field for bulk text |
| TextField | Simple text field |
| Time | Time is a class for formatting of time |
| TimeField | Time field |
| Traffic | |
| UniversalFeedCreator | UniversalFeedCreator lets you choose during runtime which format to build |
| UploadField | File upload field |
| UsStateField | Field to display US States |
| Util | Util handles all the oddball functions that are useful |
| XMLTemplate | XML based template |
| YahooWeather | |