ZF2 Tutorial with Spiffy Doctrine
This is a sample application using the Zendframework Skeleton Application and Rob Allen's ZF2 tutorial. However instead of using Zend\Db\Table it uses SpiffyDoctrine and SpiffyDoctrineORM for the database handling.
To get this up and running
- Have ZendFramework2 installed
- In the vendor folder you will need to put a copy of both SpiffyDoctrine and SpiffyDoctrineORM
- Setup database as per Rob Allen's ZF2 tutorial
- Edit the config/autoload/global.config.php file and add your own database connection details