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 (
= (author)
Fri Nov 13 07:05:44 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jun 06 06:14:44 -0700 2009 | |
| |
.zfproject.xml | Sat Jun 06 06:14:44 -0700 2009 | |
| |
README.markdown | Fri Nov 13 07:05:44 -0800 2009 | |
| |
application/ | Thu Oct 29 17:08:27 -0700 2009 | |
| |
doctrine/ | Fri Nov 13 06:58:43 -0800 2009 | |
| |
library/ | Sun Jun 14 18:51:54 -0700 2009 | |
| |
public/ | Sat Jun 06 06:14:44 -0700 2009 | |
| |
scripts/ | Thu Oct 29 17:08:27 -0700 2009 | |
| |
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 (Doctrine AND vendor folder) 1.2.x
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:







