The Webtatic Framework is a collection of PHP classes for use in other Webtatic PHP projects.

Development

The development source can be accessed from a read-only Subversion repository.

svn checkout http://svn.webtatic.com/framework/trunk /path/to/framework/

Documentation

The library consists of the following packages:

Webtatic_Cache
Classes that provide various browser and server caching techniques
Webtatic_Config
Extensions to Zend_Config, including a php include class
Webtatic_Db
A wrapper around Zend_Db classes to add functionallity – to be deprecated, Doctrine offers a similar yet better implementation of ORM
Webtatic_Extender
A class that can be used to provide plugin capabilities to classes.
Webtatic_Filesystem
Classes that provide various file-system capabilities
Webtatic_Filter
Various filter classes
Webtatic_Form
A class framework for building from simple to advanced web forms and services.
Webtatic_Net
Various network related classes
Webtatic_Parser
Classes which can be used to create parsers
Webtatic_View_Helper
Various view helper classes