Environment MAC OS X 10.6.4, running Dreamweaver CS5
Go here
/Applications/Adobe Dreamweaver CS5/Configuration/
Modify Extensions.txt with the following 2 lines
… INSTALL,THEME,CONFIG,MODULE,PROFILE,ENGINE,CTP:All Documents
…PHP,PHP3,PHP4,PHP5,TPL,PHP-DIST,PHTML,CTP:PHP Files
…PHP,PHP3,PHP4,PHP5,TPL,PHP-DIST,PHTML,CTP:PHP Files
Then go here
/Applications/Adobe Dreamweaver CS5/Configuration/DocumentTypes/
Modify MMDocumentTypes.xml like so
<documenttype id=”PHP_MySQL” servermodel=”PHP MySQL”
internaltype=”Dynamic” winfileextension=”php,php3,php4,php5,phtml,ctp”
macfileextension=”php,php3,php4,php5,phtml,ctp” file=”Default.php”
writebyteordermark=”false” mimetype=”text/html”>
internaltype=”Dynamic” winfileextension=”php,php3,php4,php5,phtml,ctp”
macfileextension=”php,php3,php4,php5,phtml,ctp” file=”Default.php”
writebyteordermark=”false” mimetype=”text/html”>
hey thanks for this, helped me out!