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
danceric (author)
Thu Oct 29 17:39:10 -0700 2009
commit  eed7c9beebec626b66f646812b75061c9c6a198f
tree    ee96f322a47b288cbff30a431cfd377ddc04ccc3
parent  591e7ad2fa4494b9d6b442ebdecd95fbba13ac20
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 Loading commit data...
directory application/
directory doctrine/ Sat Jun 06 06:14:44 -0700 2009 initial import [danceric]
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/
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/
  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: