Satya
Satya

Reputation: 3128

php plug-in for developers on firefox?

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

Upvotes: 1

Views: 81

Answers (2)

svk
svk

Reputation: 4553

You can also use the Firebug with Fire PHP

For your ajax request and javascript errors and everything

Upvotes: 1

Michael Mao
Michael Mao

Reputation: 10158

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

Upvotes: 3

Related Questions