| AbstractXMLParser | Implements a simple XML parser base class that can be overridden to create an XML parser |
| AnewtAutoRecord | Automatic database record object |
| AnewtBlankPage | This class allows you to create a beautiful blank page |
| AnewtCalendar | A class representing an iCalendar calendar object |
| AnewtCalendarEvent | Calendar event for AnewtCalendar calendars |
| AnewtConfig | Static methods for configuration management |
| AnewtContainer | Generic container class to hold data |
| AnewtDatabase | Static database connectivity support |
| AnewtDatabaseConfigurationException | Database configuration exception |
| AnewtDatabaseConnection | Abstract database connection class |
| AnewtDatabaseConnectionException | Database connection exception |
| AnewtDatabaseConnectionMemcache | Database connection wrapper with Memcache result set caching |
| AnewtDatabaseConnectionMySQL | MySQL database connection |
| AnewtDatabaseConnectionMySQLOld | MySQL database connection (old MYSQL versions) |
| AnewtDatabaseConnectionPostgreSQL | PostgreSQL database connection |
| AnewtDatabaseConnectionSQLite | SQLite database connection |
| AnewtDatabaseException | Generic database exception |
| AnewtDatabasePreparedQuery | Prepared query class |
| AnewtDatabaseQueryException | Database query exception |
| AnewtDatabaseResultSet | Database result set |
| AnewtDatabaseResultSetMySQL | MySQL database result set |
| AnewtDatabaseResultSetMySQLOld | MySQL database result set |
| AnewtDatabaseResultSetPostgreSQL | PostgreSQL database result set |
| AnewtDatabaseResultSetSQLite | SQLite database result set |
| AnewtDatabaseSQLTemplate | SQL template class with mandatory type checking |
| AnewtDateTime | This class provides methods for date and time operations |
| AnewtDateTimeAtom | This class is used to represent a date |
| AnewtException | Base class for exceptions thrown by Anewt |
| AnewtForm | Basic form class |
| AnewtFormControl | Base form control class |
| AnewtFormControlButton | Base button control |
| AnewtFormControlButtonReset | Reset control form button |
| AnewtFormControlButtonSubmit | Submit control form button |
| AnewtFormControlCheckbox | Form control for a single checkbox |
| AnewtFormControlChoice | Form control for choices |
| AnewtFormControlFileUpload | Extended file upload form control with some automatic file and error handling |
| AnewtFormControlHidden | Hidden form control |
| AnewtFormControlPassword | Password input form control |
| AnewtFormControlText | Text input form control |
| AnewtFormControlTextBase | Base form control for text input |
| AnewtFormControlTextMultiline | Multiline text input form control |
| AnewtFormFieldset | Form fieldset |
| AnewtFormOption | Form option for AnewtFormControlChoice |
| AnewtFormOptionGroup | Form option group for AnewtFormControlChoice |
| AnewtFormRenderer | Abstract base class for form renderers |
| AnewtFormRendererDefault | Default form renderer |
| AnewtGenerator | Generator class to generate sequences |
| AnewtGridCellRenderer | A cell renderer for the AnewtGridRenderer |
| AnewtGridCellRendererCount | Cell renderer that just prints the row number |
| AnewtGridCellRendererDate | Cell render to render date and time data |
| AnewtGridCellRendererHyperlink | Hyperlink cell renderer for hyperlinks for the AnewtGridRenderer |
| AnewtGridColumn | A grid column for the AnewtGridRenderer |
| AnewtGridRenderer | Renders data grids as XHTML in a fancy way |
| AnewtHTTPException | HTTP exception |
| AnewtImage | Generic image class |
| AnewtImageDrawingContext | Drawing context for AnewtImage |
| AnewtLog | Static methods for logging |
| AnewtLogHandlerAbort | AnewtLogHandlerAbort aborts script execution on critical warnings and errors |
| AnewtLogHandlerBase | Base class for log handlers |
| AnewtLogHandlerDefault | Log handler that uses the default error output mechanism |
| AnewtLogHandlerFile | Log handler that saves all output to a file |
| AnewtMailMessage | Representation of an email message |
| AnewtPage | Class for building XHTML pages |
| AnewtRenderer | Base Renderer class |
| AnewtRequest | Request information |
| AnewtRssChannel | RSS channel (feed) |
| AnewtRssItem | RSS item |
| AnewtSession | The session class provides several static methods for session handling |
| AnewtSparklineImage | Base sparkline image class |
| AnewtSparklineImageBar | Bar sparkline |
| AnewtSparklineImageBox | Box plot sparkline |
| AnewtSparklineImageLine | Line sparkline |
| AnewtTextile | Textile formatting class |
| AnewtURL | This class provides static methods for easy URL manipulation |
| AnewtURLDispatcher | Dispatcher that routes requests to request handler methods |
| AnewtValidator | Base class for validators |
| AnewtValidatorDate | Validator for dates |
| AnewtValidatorEmail | Validator to check for valid mail addresses |
| AnewtValidatorFloat | Validator to only allow floating point numbers |
| AnewtValidatorInteger | Validator to only allow integer numbers |
| AnewtValidatorLength | Validator to check the length of a string |
| AnewtValidatorPreg | Validator to check a value against a regular expression |
| AnewtValidatorRepeat | Validator to check for repeated strings, usually for password checking |
| AnewtXHTMLAbbreviation | Inline element to indicate an abbreviated form |
| AnewtXHTMLAcronym | Inline element to indicate an acronym |
| AnewtXHTMLAnchor | Anchor element |
| AnewtXHTMLBase | Base element for specifying path information |
| AnewtXHTMLBig | Inline element for big text |
| AnewtXHTMLBlockElement | Base class for block elements |
| AnewtXHTMLBlockQuote | Block level element for long quotations |
| AnewtXHTMLBold | Inline element for boldface text |
| AnewtXHTMLBreak | Inline element to force a line break |
| AnewtXHTMLButton | XHTML form button element |
| AnewtXHTMLCitation | Inline element that contains a citation or a reference to other sources |
| AnewtXHTMLCode | Inline element for fragments of computer code |
| AnewtXHTMLDefinition | Inline element for definitions |
| AnewtXHTMLDefinitionDescription | Definition description element |
| AnewtXHTMLDefinitionList | Definition list element |
| AnewtXHTMLDefinitionTerm | Definition term element |
| AnewtXHTMLDeletion | Inline element to mark deletions |
| AnewtXHTMLDiv | Div element for block-level grouping |
| AnewtXHTMLElement | Base XHTML element class |
| AnewtXHTMLEmphasis | Inline element to indicate emphasis |
| AnewtXHTMLFieldset | XHTML fieldset element |
| AnewtXHTMLForm | XHTML form element |
| AnewtXHTMLFragment | XHTML fragment class use to hold zero or more XHTML elements |
| AnewtXHTMLHeader1 | Level 1 header element |
| AnewtXHTMLHeader2 | Level 2 header element |
| AnewtXHTMLHeader3 | Level 3 header element |
| AnewtXHTMLHeader4 | Level 4 header element |
| AnewtXHTMLHeader5 | Level 5 header element |
| AnewtXHTMLHeader6 | Level 6 header element |
| AnewtXHTMLHeaderBase | Abstract base class for header elements |
| AnewtXHTMLImage | Image element |
| AnewtXHTMLInlineElement | Base class for inline elements |
| AnewtXHTMLInput | XHTML form input element |
| AnewtXHTMLInsertion | Inline element to mark insertions |
| AnewtXHTMLItalic | Inline element for italic text |
| AnewtXHTMLKeyboard | Inline element to indicate text to be entered by the user |
| AnewtXHTMLLabel | XHTML form label element |
| AnewtXHTMLLegend | XHTML fieldset legend element |
| AnewtXHTMLLink | Link element for specifying document relationships |
| AnewtXHTMLListBase | Base class for list elements |
| AnewtXHTMLListItem | List item element |
| AnewtXHTMLMeta | Meta element |
| AnewtXHTMLOption | XHTML form select option element |
| AnewtXHTMLOptionGroup | XHTML form select option group element |
| AnewtXHTMLOrderedList | Ordered list element |
| AnewtXHTMLParagraph | Block element for paragraphs of text |
| AnewtXHTMLPreformatted | Block element for preformatted text |
| AnewtXHTMLQuote | Inline element for short quotations |
| AnewtXHTMLRaw | Raw HTML node for literal HTML data |
| AnewtXHTMLSample | Inline element for sample output from programs, scripts, etc |
| AnewtXHTMLScript | Script element |
| AnewtXHTMLSelect | XHTML form select element |
| AnewtXHTMLSmall | Inline element for small text |
| AnewtXHTMLSpan | Span element for inline grouping |
| AnewtXHTMLStrike | Inline element for strike-through text |
| AnewtXHTMLStrong | Inline element to indicate stronger emphasis |
| AnewtXHTMLStyle | Style element |
| AnewtXHTMLSubscript | Inline element for text in subscript |
| AnewtXHTMLSuperscript | Inline element for text in superscript |
| AnewtXHTMLTable | Block element for tables |
| AnewtXHTMLTableBody | Block element for a table body |
| AnewtXHTMLTableCell | Inline element for table cells |
| AnewtXHTMLTableColumn | Inline element for a column |
| AnewtXHTMLTableColumnGroup | Block element for a column group |
| AnewtXHTMLTableFoot | Block element for a table foot |
| AnewtXHTMLTableHead | Block element for a table head |
| AnewtXHTMLTableHeaderCell | Inline element for table header cells |
| AnewtXHTMLTableRow | Block element for table rows |
| AnewtXHTMLTeletype | Inline element for teletype text |
| AnewtXHTMLTextarea | XHTML form textarea element |
| AnewtXHTMLTitle | Title element |
| AnewtXHTMLUnderline | Inline element for underlined text |
| AnewtXHTMLUnorderedList | Unordered list element |
| AnewtXHTMLVariable | Inline element to indicate an instance of a variable or program argument |
| AnewtXMLDomComment | Comment DOM node |
| AnewtXMLDomDocument | Document DOM node |
| AnewtXMLDomDocumentFragment | Document fragment DOM node |
| AnewtXMLDomElement | Element DOM node |
| AnewtXMLDomNode | Base node class |
| AnewtXMLDomRaw | Raw text DOM node |
| AnewtXMLDomText | Text DOM node |
| AnewtXMLWriter | Procedural-style class to write out XML documents |
| Filter | Basic filter class |
| FirstUpperCaseFilter | This filter makes only the first letter upper case |
| LowercaseFilter | Filter to transform a string to all lowercase |
| MaxLengthFilter | Filter to put a maximum on the number of characters |
| MultiURLDispatcher | Dispatches url requests to different URLDispatcher classes, based on the prefix of the url dispatched |
| PregFilter | Filter to transform a string to all Preg |
| SmartyTemplate | Smarty template abstraction |
| SmartyTemplateRenderer | Renderer for Smarty templates |
| StripWhitespaceFilter | Filter to strip leading and trailing whitespace |
| TextFormatter | Eases text formatting |
| UppercaseFilter | Filter to transform a string to all uppercase |
1.5.9