Table of Contents
Pox
Pox is (yet another) PHP MVC web framework with the following features.
- Built-in caching layer transparently caches business objects to a global, shared memory (memcached, eaccelerator, APC, etc).
- Data is lazily-loaded enabling objects to be instantiated without hitting the database.
- Collections of objects are automatically handled and lazily loaded as the data is paged.
Pox includes some or all of the following open-source software:
- PEAR (http://pear.php.net )
- Zend Framework (http://framework.zend.com )
- Smarty templating system (http://www.smarty.net )
- Inspekt filter library (http://inspekt.org )
- Phing build system (http://phing.info )
- PHPUnit testing framework (http://phpunit.de )