I had doctrine and ORM working very well together.
Then I removed three rows from my MySQL db and removed those values from my model. Now doctrine returns absolutely nothing. Not even a NULL value from the function or an error.
I'm wondering if doctrine caches my schema somewhere or if I'm missing something