Hey guys!
I'm using Dreamweaver 8... I love it, but it's a bit short on it's PHP functionality. Anyone know of good add ons to increase it's PHP abilities? Thanks, Jeff
...I thought Dreamweaver could do every type of coding for websites.
It can but it just doesn't have as many PHP utilities as it does for other languages (coldfusion for example).
There are some out there, mxkollections is all I can think of right now but I beleive I have seen more in the past. DW is pretty easy to extend if you know javascript, I add a lot of my own functions into DW so it highlights them and gives code hints which is pretty neat and also little buttons on the insert bar that will create code to my classes really easliy.
http://www.adobe.com/support/dreamweaver/extend.html
Wait how long did it take you to learn Javascript?
Who me? Still learning it 😉
You can do special color coding and code hints through adding xml definitions, no js needed for that part.
Still, it's good to know. I know most of the simple things, but the else if or commands, forget it!