This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit eed7c9beebec626b66f646812b75061c9c6a198f
tree ee96f322a47b288cbff30a431cfd377ddc04ccc3
parent 591e7ad2fa4494b9d6b442ebdecd95fbba13ac20
tree ee96f322a47b288cbff30a431cfd377ddc04ccc3
parent 591e7ad2fa4494b9d6b442ebdecd95fbba13ac20
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jun 06 06:14:44 -0700 2009 | |
| |
.zfproject.xml | Sat Jun 06 06:14:44 -0700 2009 | |
| |
README.markdown | ||
| |
application/ | ||
| |
doctrine/ | Sat Jun 06 06:14:44 -0700 2009 | |
| |
library/ | Sun Jun 14 18:51:54 -0700 2009 | |
| |
public/ | Sat Jun 06 06:14:44 -0700 2009 | |
| |
scripts/ | ||
| |
tests/ | Sat Jun 06 06:14:44 -0700 2009 |
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)
- Zend Framework 1.9.x
- ZFDebug 1.5.x
- Doctrine 1.2.x
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:








