Home Backend Development PHP Tutorial 刚看到php有个两颗星的说:这年头用dw写程序是历史的倒退。该如何处理

刚看到php有个两颗星的说:这年头用dw写程序是历史的倒退。该如何处理

Jun 13, 2016 am 10:06 AM
jquery notepad php

刚看到php有个两颗星的说:这年头用dw写程序是历史的倒退。
那请教你是用什么写前台的?

还有比dw更高效的工具么? aptana?框架?extjs?jquery ui?还是其他?
没有其他意思,纯粹讨论前台什么工具高效实用?

------解决方案--------------------
notepad++。。。写htm页面我就只用这个,php还是zs
------解决方案--------------------
呵呵,曾经用过adodb golive,也用过frontpage,感觉还是DW专业点
------解决方案--------------------
eclipse
------解决方案--------------------
phpDesigner
------解决方案--------------------
我表示直接在zendstudio 里写JS

------解决方案--------------------

探讨
引用:
notepad++。。。写htm页面我就只用这个,php还是zs
这个也不带代码自动提示 没感觉比dw强大 不是么?

------解决方案--------------------
用什么工具也要争。。。。
------解决方案--------------------
我们美工只用editplus+firework+各种浏览器.自己喜欢用习惯用就好,管多少星的人跟你说呢。
------解决方案--------------------
探讨
那请教你是用什么写前台的?

还有比dw更高效的工具么? aptana?框架?extjs?jquery ui?还是其他?
没有其他意思,纯粹讨论前台什么工具高效实用?

------解决方案--------------------
PhpNewnew, 你的确很罗嗦,呵呵,不过这也是有耐心的表现
------解决方案--------------------
探讨

PhpNewnew, 你的确很罗嗦,呵呵,不过这也是有耐心的表现

------解决方案--------------------
探讨

引用:

PhpNewnew, 你的确很罗嗦,呵呵,不过这也是有耐心的表现


我道希望我们版块能多一些罗嗦的人...

我记得以前的论坛都不是这个样子的,打一句话的回复都不好意思点提交。后来...这个互联网就变了,甚至有了标点符号的回帖...有些东西不得不去接受,不接受就只能给淘汰.

------解决方案--------------------
探讨

引用:

引用:

PhpNewnew, 你的确很罗嗦,呵呵,不过这也是有耐心的表现


我道希望我们版块能多一些罗嗦的人...

我记得以前的论坛都不是这个样子的,打一句话的回复都不好意思点提交。后来...这个互联网就变了,甚至有了标点符号的回帖...有些东西不得不去接受,不接受就只能给淘汰.

……

------解决方案--------------------
该研究调查了来自广州市的236名程序员,调查显示,只有6.3%的被调查对象认为自己的性生活总体很好,46.6%的人认为自己的性生活较好,40.7%的人认为自己的性生活一般(或不好也不差),5.9%的人对自己的性生活不满意。

------解决方案--------------------
探讨

引用:

引用:

引用:

PhpNewnew, 你的确很罗嗦,呵呵,不过这也是有耐心的表现


我道希望我们版块能多一些罗嗦的人...

我记得以前的论坛都不是这个样子的,打一句话的回复都不好意思点提交。后来...这个互联网就变了,甚至有了标点符号的回帖……

------解决方案--------------------
探讨

讨论过很多次了,用dw 开发php是历史的倒退。这是我说的,本来想说得再2点

------解决方案--------------------
不管是后台还是前台我都用类似文本编辑器写,看前台效果直接浏览,
------解决方案--------------------
看来可能是大部分php程序猿 分工不明确造成的呀,html js css php都得自己来,蛋疼不已~
------解决方案--------------------
第一个是 我说的 dw 写程序 不是说dw 写的前台的部分 我在说这个的时候是针对某个帖子涉及到在用dw写php代码

第二个楼主说的是 那请教你是用什么写前台的 
第三个 我回帖提到的都是针对php的开发 而不是前台
第四个 我从没否认做前台dw的能力

所以如果打算讨论的话,那么就先弄清楚整个情况,例如前台后台,php 和html 然后再继续。

------解决方案--------------------
Statement of this Website
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Explain JSON Web Tokens (JWT) and their use case in PHP APIs. Explain JSON Web Tokens (JWT) and their use case in PHP APIs. Apr 05, 2025 am 12:04 AM

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,

Explain late static binding in PHP (static::). Explain late static binding in PHP (static::). Apr 03, 2025 am 12:04 AM

Static binding (static::) implements late static binding (LSB) in PHP, allowing calling classes to be referenced in static contexts rather than defining classes. 1) The parsing process is performed at runtime, 2) Look up the call class in the inheritance relationship, 3) It may bring performance overhead.

What are PHP magic methods (__construct, __destruct, __call, __get, __set, etc.) and provide use cases? What are PHP magic methods (__construct, __destruct, __call, __get, __set, etc.) and provide use cases? Apr 03, 2025 am 12:03 AM

What are the magic methods of PHP? PHP's magic methods include: 1.\_\_construct, used to initialize objects; 2.\_\_destruct, used to clean up resources; 3.\_\_call, handle non-existent method calls; 4.\_\_get, implement dynamic attribute access; 5.\_\_set, implement dynamic attribute settings. These methods are automatically called in certain situations, improving code flexibility and efficiency.

How to open web.xml How to open web.xml Apr 03, 2025 am 06:51 AM

To open a web.xml file, you can use the following methods: Use a text editor (such as Notepad or TextEdit) to edit commands using an integrated development environment (such as Eclipse or NetBeans) (Windows: notepad web.xml; Mac/Linux: open -a TextEdit web.xml)

Explain the match expression (PHP 8 ) and how it differs from switch. Explain the match expression (PHP 8 ) and how it differs from switch. Apr 06, 2025 am 12:03 AM

In PHP8, match expressions are a new control structure that returns different results based on the value of the expression. 1) It is similar to a switch statement, but returns a value instead of an execution statement block. 2) The match expression is strictly compared (===), which improves security. 3) It avoids possible break omissions in switch statements and enhances the simplicity and readability of the code.

What is Cross-Site Request Forgery (CSRF) and how do you implement CSRF protection in PHP? What is Cross-Site Request Forgery (CSRF) and how do you implement CSRF protection in PHP? Apr 07, 2025 am 12:02 AM

In PHP, you can effectively prevent CSRF attacks by using unpredictable tokens. Specific methods include: 1. Generate and embed CSRF tokens in the form; 2. Verify the validity of the token when processing the request.

Explain strict types (declare(strict_types=1);) in PHP. Explain strict types (declare(strict_types=1);) in PHP. Apr 07, 2025 am 12:05 AM

Strict types in PHP are enabled by adding declare(strict_types=1); at the top of the file. 1) It forces type checking of function parameters and return values ​​to prevent implicit type conversion. 2) Using strict types can improve the reliability and predictability of the code, reduce bugs, and improve maintainability and readability.

How to change the format of xml How to change the format of xml Apr 03, 2025 am 08:42 AM

There are several ways to modify XML formats: manually editing with a text editor such as Notepad; automatically formatting with online or desktop XML formatting tools such as XMLbeautifier; define conversion rules using XML conversion tools such as XSLT; or parse and operate using programming languages ​​such as Python. Be careful when modifying and back up the original files.

See all articles