| |
| |
| |
Dreamweaver CS3 and CS4/ Windows.
This extension installs the PHP Manual in CHM format with two options to use it:
The first one is a button installed in the "PHP" tab within the insertbar. |
The second option is right-click your mouse button. In the contextual menu you will find:"PHP Function Reference...". Select it and the help will be opened.
In both cases, if you have previously selected a function name, the page where that function is explained will automatically be opened.
If your selection is not a function name, a prompt message will you inform about it and will ask if you still want to open the PHP Manual
|
Current version 7.1.0 (updated April 21, 2009):
- Support for PHP 5 new Functions and fixed bug affecting location at 'Commands' Menu
- Bug Fixed: The icon is shown again in the insertbar (thanks to Mark Banks for noticing it)
-
New Feature: The command to install/Upgrade the chm file is launched automatically if there's no help file available (for example, the first time you run the extension).
Version 7.0.0 is Windows Vista compatible: It will install the required files outside DW's install path and will use the user Configuration folder instead (avoiding restrictions to install/update the chm files)
- Version 7.1.0 fixes the hh.exe problem. However, you won't be able to upgrade the chm file included with the extension
| Version Compatibilities |
| Dreamweaver MX |
PHP Help 5.0.2 (Discontinued due to issues with current chm files from php.net) |
| Dreamweaver MX 2004 |
| Dreamweaver 8 |
| Dreamweaver CS3 / CS4 |
PHP Help 7.1.0 (Download, 6MB) |
(Notice: You will have to remove previous version if you are upgrading).
|
 |
Comments?
63,
so far. Displaying
16 ->20 |
16.- To those using DW MX 7.0.1 ... Download the .mxp file first (see the link above: "You can download the extension by clicking here." Then go to Commands > Manage Extensions. Then install the .mxp file as an extension and, once installed, you will find Install or Update PHPHelp option in the Commands menu. |
 |
17.- Wonderful. I spent ages looking for something like this, and by a stroke of luck I found you. Thank you, you're a lifesaver :)
Tecnorama says: Remember to spread the word... 8-) |
 |
18.- the post didnt work, the line
var obj =
contained significantly more bits and pieces! ill email it,
matt
Tecnorama says:Hi Matt!, great snippet 8-)
I'm emailing you right now to talk about it. Thanks!!
|
 |
19.- may i respectfully offer a small addition to your
PHP help.htm file
this will make it easier to find the php function you are looking for
/**
* Trims given string to remove stray spaces and brackets
* so for instance " file_put_contents ( ) { " -> "file_put_contents"
* Returns a function ready for lookup in php manual.
* @access private
* @return str
* author: matthewfarey@hotmail.com
* usage: var checkthis = getphpfunc(doc.source.getText(sel[0], sel[1]));
*/
function getphpfunc(value)
{
var temp = value;
var obj = /^(\s*)([\W\w]*)(\s*[()\s*{}]\s*$)/;
if (obj.test(temp))
{
temp = temp.replace(obj, '$2');
}
return temp;
}
if this post doesnt work, I will email it to you. thanks for a lovely extension! i have used it for almost 2 years now! :)
|
 |
20.- nesesito saber la sigiente informacion sobre el dreamweaver
¿que es dreamweaver?
|
 |
|
|