views:

28

answers:

2

Hi All,

Is there any plug-in for firefox that is usefull for PHP development?

+2  A: 

There is one I've used before : FirePHP

The beauty of that is you can use FireBug console to debug your php code, which I reckon is better than echoing everything to html :)

If you want general web development plugins there there are many, some of the most valuable ones:

  • FireBug

  • Web Developer

  • HttpFox

  • PageSpeed from Google

Michael Mao
+1  A: 

You can also use the Firebug with Fire PHP

For your ajax request and javascript errors and everything

vinothkumar