Home  >  Article  >  Backend Development  >  Can PHP be developed with DW?

Can PHP be developed with DW?

(*-*)浩
(*-*)浩Original
2019-09-24 13:22:283013browse

DW (Adobe Dreamweaver) is a WYSIWYG web code editor that integrates web page production and website management. With support for HTML, CSS, JavaScript and more, designers and programmers can quickly create and build websites almost anywhere. Rarely used for PHP coding development.

Can PHP be developed with DW?

You can use PhpStorm for PHP development

PhpStorm is a commercial PHP integrated development developed by JetBrains. Tool , designed to improve user efficiency, can deeply understand the user's coding, provide intelligent code completion, fast navigation and instant error checking. (Recommended learning: PHP programming from entry to proficiency)

PhpStorm can help users adjust their coding at any time, run unit tests or provide visual debug functions

Function

Smart PHP Editor

● PHP code completion.

●Intelligent duplicate code detector.

● PHP refactoring.

● Support Smarty and PHPDoc.

● Support multi-language mixing.

JavaScript Editor

● Based on DOM/specified browser.

● Code navigation and usage search.

● JavaScript refactoring.

● JavaScript debugger.

HTML/CSS Editor

● Support HTML5.

● Support Zend encoding.

● Inspection and quick correction.

● Show the appearance of the application.

● Extract embedded styles. [3]

Lightweight IDE

● Easy to install.

● Can run on Windows, Mac OS X, Linux.

● Project configuration is simple - you can open the code anywhere and start working.

●Performance comes first.

Intelligent environment

● Visualize the PhP unit test runtime.

● VCS supports SVN, Git, Mercurial, etc.

● Support FTP and remote file synchronization.

● Local modifications can be recorded.

●Visual debugging.

● A debugger that does not require any configuration.

● Support setting breakpoints in PHP, JS, and HTML.

●Observation variables, windows.

● Batch code analysis.

●Integrated Analyzer

The above is the detailed content of Can PHP be developed with DW?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Can php use sqlserver?Next article:Can php use sqlserver?