Easy lookup for PHP documentation
Posted: Thu Dec 13, 2007 1:33 am
You can add an External Tool that allows you to easily see the online reference docs for a PHP function name. It's great for when you can't remember the order of arguments for a PHP function.
- Go to Configure > Preferences
- Click Tools
- Add > Program, and browse to the executable for your browser of choice under Program Files (iexplore.exe, firefox.exe, etc)
- Click on the new tool name in the list to give it a better title, such as "PHP Reference"
- Click on the new tool in the tree view on the left.
- Under parameters, paste "http://us.php.net/search.php?show=quick ... n=$SelWord"
- Click OK.