Debugging Zend Framework using firebug
You can use firebug to debug your Zend Framework application. May be you are using print_r(), var_dump() or Zend_Debug::dump($var), they prints the information in your application. But, with the help of FirePHP add-on for Firebug, we will be able to dump our variable on firebug console đ First install the FirePHP add-on for your Firebug. … Continue reading Debugging Zend Framework using firebug