Anyone use DreamWeaver for PHP?

Penth

Senior member
Mar 9, 2004
933
0
0
Is there a way to enable or addon a list of php functions so when you start typing str it'll show strpos and any other function that starts with str in the same way it does stylesheet and html parameters?
 

Alone

Diamond Member
Nov 19, 2006
7,490
0
0
PHP doesn't have a simple set of functions like HTML does, and I don't think it would be very viable to try and make a list of them.
 

Penth

Senior member
Mar 9, 2004
933
0
0
I don't mean that it would include user-created functions. Just the default library functions. They're all listed on php.net and when you type the function name in dreamweaver it displays the arguments so they're already in the program. I would think they could list them as you type...
 

jjones

Lifer
Oct 9, 2001
15,424
2
0
I use Dreamweaver every day and it's very customizable. I've created a lot of menu items on the php tab that will insert many of the commonly used php functions and control structures with a click from a drop down list. With a click I insert all of my generic comment info and copyright notice that goes on every page. I've got all sorts of tools, manuals and pdf books available from a menu.

That being said, I've never looked at creating the autocomplete for the php functions but it might be able to be done. I'll have to look into it when I get the time.