Showing entries 1 to 1
Displaying posts with tag: Other Stuff (reset)
Adding Zend PHTML extension in Dreamweaver

If you’re using the Zend Framework and Dreamweaver, you’ve probably noticed you can’t open PHTML files in Dreamweaver.  Here’s how to add it.  You’ll need to modify three separate files:

  1. Open Documents and Settings > [user] > Application Data > Adobe Dreamweaver > Configuration > extensions.txt.  Keep in mind this is for Windows XP and the file may be located elsewhere for other OS’s. Add PHTML to the first line of this file as shown circled below:


    and add it again to the PHP line as shown circled below:


  2. We’re going to do this again but in another location.  Open Program Files > Adobe > Dreamweaver [Your Version] > configuration > Extensions.txt and repeat step 1 above.
  3. Open Program Files > Adobe > Dreamweaver [Your Version] > configuration > DocumentTypes > …
[Read more]
Showing entries 1 to 1