The application structure is highly inspired by Eric Leclerc's zfdebugdoctrine project and Jon Lebensold's video cast on "Writing Doctrine Unit Tests with Zend_Test".
To try this demo project, please follow the instruction below by Eric Leclerc
You need to put these libs in the library
folder (or in your php include path)
- Zend Framework 1.9.x
- ZFDebug 1.5.x
- Doctrine (Doctrine AND vendor folder) 1.2.x
It should look like:
library/
Danceric/
Doctrine/
vendor/
ZFDebug/
Zend/
Edit: This sample application now incorporates more stuff
- Agavi style error handler page
- Symfony Dependency Injection Container
More details from my blog posts