Skip to main content
September 24, 2009
解決済み

Seperate PHP code page

  • September 24, 2009
  • 返信数 1.
  • 475 ビュー

Is it possible to store PHP code in a seperate file in dreamweaver?  The same way that Visual Studio has a code behind page.  I just think it is much easier to work with the code when it is not mixed in with the html.

このトピックへの返信は締め切られました。
解決に役立った回答 David_Powers

This thread has been moved to the Dreamweaver Application Development forum, which deals with PHP and other server-side issues.

PHE Admin wrote:

Is it possible to store PHP code in a seperate file in dreamweaver?  The same way that Visual Studio has a code behind page.  I just think it is much easier to work with the code when it is not mixed in with the html.

Yes. Dreamweaver has full support for PHP includes. However, if you want to use Dreamweaver server behaviors, Dreamweaver automatically inserts them above the DOCTYPE declaration. You would need to move the code manually to external files. Once moved, you would not be able to use the Dreamweaver dialog boxes to edit the server behaviors. However, if you're happy coding yourself, that shouldn't make any difference.

返信数 1

David_Powers
David_Powers解決!
Inspiring
September 24, 2009

This thread has been moved to the Dreamweaver Application Development forum, which deals with PHP and other server-side issues.

PHE Admin wrote:

Is it possible to store PHP code in a seperate file in dreamweaver?  The same way that Visual Studio has a code behind page.  I just think it is much easier to work with the code when it is not mixed in with the html.

Yes. Dreamweaver has full support for PHP includes. However, if you want to use Dreamweaver server behaviors, Dreamweaver automatically inserts them above the DOCTYPE declaration. You would need to move the code manually to external files. Once moved, you would not be able to use the Dreamweaver dialog boxes to edit the server behaviors. However, if you're happy coding yourself, that shouldn't make any difference.