public
Description: Doctrine ORM & Zend Framework & ZFDebug
Homepage: http://www.danceric.net/2009/06/06/zfdebug-and-doctrine-orm
Clone URL: git://github.com/danceric/zfdebugdoctrine.git
name age message
file .gitignore Sat Jun 06 06:14:44 -0700 2009 initial import [danceric]
file .zfproject.xml Sat Jun 06 06:14:44 -0700 2009 initial import [danceric]
file README.markdown Fri Nov 13 07:05:44 -0800 2009 added info about doctrine vendor dir [=]
directory application/ Thu Oct 29 17:08:27 -0700 2009 getting ready for Doctrine 1.2 [danceric]
directory doctrine/ Fri Nov 13 06:58:43 -0800 2009 fixed wrong model name in fixture [Eric Leclerc]
directory library/ Sun Jun 14 18:51:54 -0700 2009 corrected plugin idenfifier [danceric]
directory public/ Sat Jun 06 06:14:44 -0700 2009 initial import [danceric]
directory scripts/ Thu Oct 29 17:08:27 -0700 2009 getting ready for Doctrine 1.2 [danceric]
directory tests/ Sat Jun 06 06:14:44 -0700 2009 initial import [danceric]
README.markdown

Doctrine ORM with Zend Framedwork and ZFDebug

This is a proof of concept to have Doctrine data in a ZFDebug panel. My Doctrine plugin for ZFDebug is at:

library/Danceric/Controller/Plugin/Debug/Plugin/Doctrine.php 

To try this demo project, you need to put these libs in the library folder (or in your php include path)

It should look like:

library/
  Danceric/
  Doctrine/
  vendor/
  ZFDebug/
  Zend/

If you use the sqlite database, make sure that it is readable/writable by the web server

More about ZF and Doctrine

For more information, see these blog posts: