Skip to content
Shattered Multimedia – Built with love
Built with love
Shattered Multimedia - Built with love
  • Blog
  • Home
Search:
  • Blog
  • Home

Category Archives: MySQL

You are here:
  1. Home
  2. Category "MySQL"

Debugging Doctrine SQL queries

MySQL, PHP DevelopmentBy sh_adminSeptember 28, 2011Leave a comment

I recently ran into issues especially with using the Doctrine ORM with my PHP development. My issue was that sometimes database insert and update queries would fail and I would have very limited debugging tools at my disposal. You can try printing out the query but usually if you are binding values to the field…

Go to Top