Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
AbstractXMLParserImplements a simple XML parser base class that can be overridden to create an XML parser
AnewtAutoRecordAutomatic database record object
AnewtBlankPageThis class allows you to create a beautiful blank page
AnewtCalendarA class representing an iCalendar calendar object
AnewtCalendarEventCalendar event for AnewtCalendar calendars
AnewtConfigStatic methods for configuration management
AnewtContainerGeneric container class to hold data
AnewtDatabaseStatic database connectivity support
AnewtDatabaseConfigurationExceptionDatabase configuration exception
AnewtDatabaseConnectionAbstract database connection class
AnewtDatabaseConnectionExceptionDatabase connection exception
AnewtDatabaseConnectionMemcacheDatabase connection wrapper with Memcache result set caching
AnewtDatabaseConnectionMySQLMySQL database connection
AnewtDatabaseConnectionMySQLOldMySQL database connection (old MYSQL versions)
AnewtDatabaseConnectionPostgreSQLPostgreSQL database connection
AnewtDatabaseConnectionSQLiteSQLite database connection
AnewtDatabaseExceptionGeneric database exception
AnewtDatabasePreparedQueryPrepared query class
AnewtDatabaseQueryExceptionDatabase query exception
AnewtDatabaseResultSetDatabase result set
AnewtDatabaseResultSetMySQLMySQL database result set
AnewtDatabaseResultSetMySQLOldMySQL database result set
AnewtDatabaseResultSetPostgreSQLPostgreSQL database result set
AnewtDatabaseResultSetSQLiteSQLite database result set
AnewtDatabaseSQLTemplateSQL template class with mandatory type checking
AnewtDateTimeThis class provides methods for date and time operations
AnewtDateTimeAtomThis class is used to represent a date
AnewtExceptionBase class for exceptions thrown by Anewt
AnewtFormBasic form class
AnewtFormControlBase form control class
AnewtFormControlButtonBase button control
AnewtFormControlButtonResetReset control form button
AnewtFormControlButtonSubmitSubmit control form button
AnewtFormControlCheckboxForm control for a single checkbox
AnewtFormControlChoiceForm control for choices
AnewtFormControlFileUploadExtended file upload form control with some automatic file and error handling
AnewtFormControlHiddenHidden form control
AnewtFormControlPasswordPassword input form control
AnewtFormControlTextText input form control
AnewtFormControlTextBaseBase form control for text input
AnewtFormControlTextMultilineMultiline text input form control
AnewtFormFieldsetForm fieldset
AnewtFormOptionForm option for AnewtFormControlChoice
AnewtFormOptionGroupForm option group for AnewtFormControlChoice
AnewtFormRendererAbstract base class for form renderers
AnewtFormRendererDefaultDefault form renderer
AnewtGeneratorGenerator class to generate sequences
AnewtGridCellRendererA cell renderer for the AnewtGridRenderer
AnewtGridCellRendererCountCell renderer that just prints the row number
AnewtGridCellRendererDateCell render to render date and time data
AnewtGridCellRendererHyperlinkHyperlink cell renderer for hyperlinks for the AnewtGridRenderer
AnewtGridColumnA grid column for the AnewtGridRenderer
AnewtGridRendererRenders data grids as XHTML in a fancy way
AnewtHTTPExceptionHTTP exception
AnewtImageGeneric image class
AnewtImageDrawingContextDrawing context for AnewtImage
AnewtLogStatic methods for logging
AnewtLogHandlerAbortAnewtLogHandlerAbort aborts script execution on critical warnings and errors
AnewtLogHandlerBaseBase class for log handlers
AnewtLogHandlerDefaultLog handler that uses the default error output mechanism
AnewtLogHandlerFileLog handler that saves all output to a file
AnewtMailMessageRepresentation of an email message
AnewtPageClass for building XHTML pages
AnewtRendererBase Renderer class
AnewtRequestRequest information
AnewtRssChannelRSS channel (feed)
AnewtRssItemRSS item
AnewtSessionThe session class provides several static methods for session handling
AnewtSparklineImageBase sparkline image class
AnewtSparklineImageBarBar sparkline
AnewtSparklineImageBoxBox plot sparkline
AnewtSparklineImageLineLine sparkline
AnewtTextileTextile formatting class
AnewtURLThis class provides static methods for easy URL manipulation
AnewtURLDispatcherDispatcher that routes requests to request handler methods
AnewtValidatorBase class for validators
AnewtValidatorDateValidator for dates
AnewtValidatorEmailValidator to check for valid mail addresses
AnewtValidatorFloatValidator to only allow floating point numbers
AnewtValidatorIntegerValidator to only allow integer numbers
AnewtValidatorLengthValidator to check the length of a string
AnewtValidatorPregValidator to check a value against a regular expression
AnewtValidatorRepeatValidator to check for repeated strings, usually for password checking
AnewtXHTMLAbbreviationInline element to indicate an abbreviated form
AnewtXHTMLAcronymInline element to indicate an acronym
AnewtXHTMLAnchorAnchor element
AnewtXHTMLBaseBase element for specifying path information
AnewtXHTMLBigInline element for big text
AnewtXHTMLBlockElementBase class for block elements
AnewtXHTMLBlockQuoteBlock level element for long quotations
AnewtXHTMLBoldInline element for boldface text
AnewtXHTMLBreakInline element to force a line break
AnewtXHTMLButtonXHTML form button element
AnewtXHTMLCitationInline element that contains a citation or a reference to other sources
AnewtXHTMLCodeInline element for fragments of computer code
AnewtXHTMLDefinitionInline element for definitions
AnewtXHTMLDefinitionDescriptionDefinition description element
AnewtXHTMLDefinitionListDefinition list element
AnewtXHTMLDefinitionTermDefinition term element
AnewtXHTMLDeletionInline element to mark deletions
AnewtXHTMLDivDiv element for block-level grouping
AnewtXHTMLElementBase XHTML element class
AnewtXHTMLEmphasisInline element to indicate emphasis
AnewtXHTMLFieldsetXHTML fieldset element
AnewtXHTMLFormXHTML form element
AnewtXHTMLFragmentXHTML fragment class use to hold zero or more XHTML elements
AnewtXHTMLHeader1Level 1 header element
AnewtXHTMLHeader2Level 2 header element
AnewtXHTMLHeader3Level 3 header element
AnewtXHTMLHeader4Level 4 header element
AnewtXHTMLHeader5Level 5 header element
AnewtXHTMLHeader6Level 6 header element
AnewtXHTMLHeaderBaseAbstract base class for header elements
AnewtXHTMLImageImage element
AnewtXHTMLInlineElementBase class for inline elements
AnewtXHTMLInputXHTML form input element
AnewtXHTMLInsertionInline element to mark insertions
AnewtXHTMLItalicInline element for italic text
AnewtXHTMLKeyboardInline element to indicate text to be entered by the user
AnewtXHTMLLabelXHTML form label element
AnewtXHTMLLegendXHTML fieldset legend element
AnewtXHTMLLinkLink element for specifying document relationships
AnewtXHTMLListBaseBase class for list elements
AnewtXHTMLListItemList item element
AnewtXHTMLMetaMeta element
AnewtXHTMLOptionXHTML form select option element
AnewtXHTMLOptionGroupXHTML form select option group element
AnewtXHTMLOrderedListOrdered list element
AnewtXHTMLParagraphBlock element for paragraphs of text
AnewtXHTMLPreformattedBlock element for preformatted text
AnewtXHTMLQuoteInline element for short quotations
AnewtXHTMLRawRaw HTML node for literal HTML data
AnewtXHTMLSampleInline element for sample output from programs, scripts, etc
AnewtXHTMLScriptScript element
AnewtXHTMLSelectXHTML form select element
AnewtXHTMLSmallInline element for small text
AnewtXHTMLSpanSpan element for inline grouping
AnewtXHTMLStrikeInline element for strike-through text
AnewtXHTMLStrongInline element to indicate stronger emphasis
AnewtXHTMLStyleStyle element
AnewtXHTMLSubscriptInline element for text in subscript
AnewtXHTMLSuperscriptInline element for text in superscript
AnewtXHTMLTableBlock element for tables
AnewtXHTMLTableBodyBlock element for a table body
AnewtXHTMLTableCellInline element for table cells
AnewtXHTMLTableColumnInline element for a column
AnewtXHTMLTableColumnGroupBlock element for a column group
AnewtXHTMLTableFootBlock element for a table foot
AnewtXHTMLTableHeadBlock element for a table head
AnewtXHTMLTableHeaderCellInline element for table header cells
AnewtXHTMLTableRowBlock element for table rows
AnewtXHTMLTeletypeInline element for teletype text
AnewtXHTMLTextareaXHTML form textarea element
AnewtXHTMLTitleTitle element
AnewtXHTMLUnderlineInline element for underlined text
AnewtXHTMLUnorderedListUnordered list element
AnewtXHTMLVariableInline element to indicate an instance of a variable or program argument
AnewtXMLDomCommentComment DOM node
AnewtXMLDomDocumentDocument DOM node
AnewtXMLDomDocumentFragmentDocument fragment DOM node
AnewtXMLDomElementElement DOM node
AnewtXMLDomNodeBase node class
AnewtXMLDomRawRaw text DOM node
AnewtXMLDomTextText DOM node
AnewtXMLWriterProcedural-style class to write out XML documents
FilterBasic filter class
FirstUpperCaseFilterThis filter makes only the first letter upper case
LowercaseFilterFilter to transform a string to all lowercase
MaxLengthFilterFilter to put a maximum on the number of characters
MultiURLDispatcherDispatches url requests to different URLDispatcher classes, based on the prefix of the url dispatched
PregFilterFilter to transform a string to all Preg
SmartyTemplateSmarty template abstraction
SmartyTemplateRendererRenderer for Smarty templates
StripWhitespaceFilterFilter to strip leading and trailing whitespace
TextFormatterEases text formatting
UppercaseFilterFilter to transform a string to all uppercase

Generated on Sun Aug 2 22:54:37 2009 for Anewt by  doxygen 1.5.9