-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doctrine2 support #3
base: master
Are you sure you want to change the base?
Conversation
Nice! This works for me. I've added a little documentation for it and tweaked a few things that I'd like to try and merge in once this pull is accepted. |
Got tired of reading those long unindented doctrine queries, so i built in support for sqlparse (http://code.google.com/p/python-sqlparse/) It is disabled by default since most people won't have it installed, but it can be can be enabled like this
see: https://github.com/MontmereLimited/ZFDebug/tree/sqlparse I'll do an additional pull request for that once this is accepted. |
+1 |
@dextervip Checkout my fork, it supports Doctrine 2: |
@fuhrysteve Does it work as well for ODM? |
I haven't tested it, but it might. Never used ODM. If it doesn't, just model it after this, shouldn't take much time. |
Nice work, Steve. Awesome plugin! |
+1 bump |
Hi,
This is a doctrine2 plugin for doctrine 2.1 and some small fixes in the Database adapter.
Regards,
Sandy