- 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.
Easy lookup for PHP documentation
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 4
- Joined: Thu Dec 13, 2007 12:54 am
Easy lookup for PHP documentation
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.
-
- Posts: 1
- Joined: Mon Aug 03, 2009 2:57 am
For a complete reference and examples of the built-in functions, please visit our PHP Reference or simply check this website http://www.w3schools.com/PHP/php_functions.asp
Kristine
Kristine
Re: Easy lookup for PHP documentation
Great tip. The downloadable docs in *.chm format do not include the user notes, which often add great value.Hot Pastrami wrote:You can add an External Tool that allows you to easily see the online reference docs for a PHP function name.