An application I’ve been working on has had a desire for spell check capabilities for some time now. As most browsers provide native methods for this, it has remained on the back burner until now. I decided to use Zend_Json_Server for a few reasons: I wanted to avoid the overhead required to bootstrap and route [...]
Archive | php
Zend_Log_Writer_Firebug gotcha
A few weeks ago I found a gem of a class called Zend_Log_Writer_Firebug within Zend Framework. It really is a must have when it comes to debug logging. However, a few weeks ago something bizarre happened that caused all of my FirePHP logging to break. I scoured the web for bug reports to find issues [...]
