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)
Sun Oct 25 06:14:19 -0700 2009
commit  591e7ad2fa4494b9d6b442ebdecd95fbba13ac20
tree    d4c2aa3ebdc5575541e1bc58c8e38caabc5eacc1
parent  b718567fc0ac3995bf67c9adc4c1cc24e7eb2e1c
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/ Thu Oct 29 17:08:27 -0700 2009 getting ready for Doctrine 1.2 [danceric]
directory doctrine/
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/
  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: