I ran into an issue where the SOAP API just stopped working. Turns out that http://schemas.xmlsoap.org/soap/encoding/ was down, and the SOAP API references it. So,
Tag: Zend Framework
Are you trying to squeeze every last drop of performance out of your Zend Framework application? Once you have implemented caching for queries, templates, etc.
I have been writing a lot of integration tests lately and wanted to share a quick tip about how to deal with datetime and timestamp columns in the table you are testing.