search
HomeBackend DevelopmentPHP ProblemWhat software do you use for php?

What software do you use for php?

What software do you use for php?

The software used by php is:

1. PHP integrated development environment (IDE)

1. Zend Studio

This is a PHP integrated development environment developed by PHP official zend company. It also supports HTML and js tags, but only provides debugging support for the PHP language. Because it is a product of the same company, the support provided by Zend Framework is better than other software. After the Zend Studio5.5 series, Zend Studio for Eclipse 6.0 based on PDT was officially launched using the Eclipse platform. Subsequent versions are also built on Eclipse. Its main advantages are as follows:

(1). Powerful development environment improves productivity: through complete PHP5 support, coding analyzer, coding combination function, syntax search, project manager, coding editor , drawing debugger (wizard). Super Smart Coding: Featuring new and better analysis and optimization tools like PHP Coding Detector. PHP's standard recording tool, PHP Document Recorder: Very easy to record PHP code, program applications and solutions. The combination of FTP and SFTP simplifies configuration and allows developers to securely and flexibly upload and download project files from remote servers.

(2). High-level business application development directly links to the most widely used professional databases, such as IBMDB2/Cloudscape/Derby, MySQL, Oracle, MicrosoftSQL Server, PostgreSQL and SQLite. Gain access to write and execute programs on linked servers using the Zend SQL Query Editor with SQL92 and syntax search support. Use Zend SQL Explorer to view database structure and management content.

(3). PHP complete debugging environment with advanced debugging feature advantages, including: Conditional Breakpoints, Stack Trace View, Advanced Watches, Variables and Output Buffer. Use the most powerful PHP debugger to debug locally or remotely. local environment. For local debugging or Internet-based remote debugging, you can ensure a secure connection with "one-click browser debugging" to debug and analyze code directly from the browser.

(4). Powerful team development and management tools apply CVS directly from Zend Studio. By effectively managing source code, team development and cooperation are easy to carry out. Leverage the comprehensive performance editor to monitor access to features and optimize the overall performance of your application. When Zend Studio is used in conjunction with the Zend Platform, you can get real-time feedback on the performance of your code and scripts.

The latest version of the IDE is Zend Studio 10.0.0, download address: http://www.zendstudio.net/zend-studio-all-in-one-download/

2. EclipsePHP Studio

EclipsePHP Studio (abbreviated as: EPP) is a large-scale PHP project development compiler. It is developed based on the bottom layer of Eclipse and integrates JDK, eliminating the trouble of installation and configuration. , once installed and used, no configuration is required. This compiler is a PHP compiler that assists in the development and debugging of PHP code. It integrates functions such as code highlighting, function tracking, and real-time error correction. At the same time, it also adds collaborative development version server functions: SVN, CVS. The built-in browser allows real-time browsing while debugging simple code. It also supports other Internet languages ​​​​like html, xhtml, xml, css and javascript, java, perl, python, etc.! The main features are as follows:

(1). Convenient for PHP object-oriented development, with class integrated tracking function.

(2). Code errors are constantly corrected to nip grammatical errors in the cradle.

(3). Integrated PHP4, PHP5.2x, PHP5.3.x syntax

(4). Rich shortcut keys and a large number of plug-in functions improve development efficiency.

(5). Functions, variables, and quick prompts make development simple and easy.

(6). The emphasis on debugging and structural operations makes it easier to develop large projects.

(7). Multi-project management, developers can switch between multiple projects.

(8). Integrated Zend debuger PHP breakpoint debugging function.

The latest version of the IDE is EclipsePHP Studio 3.0 (EPP3), download address: http://epp.php100.com/

3, Dreamweaver

is a famous website development tool originally developed by Macromedia. It uses a WYSIWYG interface and also has HTML editing capabilities. It now has versions for Mac and Windows systems. After Macromedia was acquired by Adobe, Adobe also began planning to develop a Linux version of Dreamweaver. Dreamweaver, starting from the MX version, uses Opera's layout engine "Presto" as web page preview.

Starting from MX, DW began to support the visual development of PHP and MYSQL. It is indeed a better choice for beginners, because if it is general development, you can almost write a program without writing a line of code. And what you see is what you get. Features included include syntax highlighting, function completion, formal parameter prompts, etc. However, the code generated by DW is relatively complex and its security is average. In terms of handwriting, the convenience is average, and the performance in the debugging environment is unsatisfactory. Not suitable for more complex programming. But it’s perfect for beginners.

DW is the first website development tool I used, and it is still installed on my computer. The latest version of the software is Dreamweaver CS6, download address: http://www.adobe.com/cfusion/tdrc/index.cfm?product=dreamweaver&loc=zh_tw

2. PHP Code Editor (Editor)

1. Editplus

EditPlus (text editor) Chinese version has a set of functions A powerful text editor that can replace Notepad, EditPlus has unlimited undo and redo, English spell check, automatic word wrapping, column number marking, search and replace, simultaneous editing of multiple files, and full-screen browsing functions. And it also has a useful function, that is, it has the function of monitoring the clipboard, and can automatically paste text into the editing window of EditPlus in synchronization with the clipboard, allowing you to save the step of pasting. In addition, it is also a very easy-to-use HTML editor. In addition to supporting color tags and HTML tags, it also supports C, C, Perl, and Java. In addition, it also has built-in complete HTML&CSS1 command functions. For those who are accustomed to using Notepad to edit web pages Friends, it can help you save more than half of the webpage production time. If you have IE 3.0 or above installed, it will also integrate the IE browser in the EditPlus window, allowing you to directly preview the edited webpage (if you do not have IE installed , you can also specify the browser path). Therefore, it is a great, versatile and multi-state editing software.

The main features are:

(1). By default, it supports HTML, CSS, PHP, ASP, Perl, C/C, Java, JavaScript and VBScript and other syntaxes Highlighting can be extended to other programming languages ​​through customized syntax files, which can be downloaded from the official website (most languages ​​are supported).

(2).EditPlus provides a seamless connection with the Internet, and the Intelnet browsing window can be opened in the work area of ​​EditPlus.

(3). Provides multiple working windows. Open multiple documents in the work area without switching to the desktop.

(4). After correctly configuring the Java compiler "Javac" and the interpreter "Java", you can use the EditPlus menu to directly compile and execute Java programs

The latest official version: V3. 51.463, download address: http://www.editplus.com/

2. Notepad

Notepad is a set of very unique free software pure text editing It has a complete Chinese language interface and supports multi-language writing (UTF8 technology). Its function is more powerful than Notepad in Windows. In addition to being used to create general plain text documentation, it is also very suitable as an editor for writing computer programs. Notepad not only has syntax highlighting, but also syntax folding, and supports macros and plug-in modules that extend basic functions.

Notepad is a very unique editor. It is open source software and can be used for free. Supported languages: C, C, Java, C#, XML, Ada, HTML, PHP, ASP, AutoIt, Assembly, DOS batch, Caml, COBOL, Cmake, CSS, D, Diff, ActionScript, Fortran, Gui4Cli, HTML, Haskell, INNO, JSP, KIXtart, LISP, Lua, Make processing (Makefile), Matlab, INI file, MS-DOS Style, NSIS, Normal text, Objective-C, Pascal, Javascript.

The main functions and features are:

(1). Print what you see is what you get: If you have a color printer, you can print your source code in multiple colors print it out.

(2). User-definable programming language: The custom programming language not only has syntax highlighting function, but also has syntax folding function. Comments, keywords and operator symbols can also be customized.

(3). Users can make their own API list (or download the required api files from the download area). Once the api file is created and in the correct path on the system, type Ctrl Space (you can modify this shortcut) to activate the word autocomplete feature. For more information, see the word autocomplete online help.

(4). Supports editing multiple files at the same time: multiple pages can be opened for editing at the same time. Supports simultaneous editing of multiple windows: two windows can be compared and arranged at the same time. Not only can you open two different files in two different windows, but you can also open a single file in two different windows (clone mode) for simultaneous editing. The results of synchronous editing will be updated in both windows at the same time. Please refer to the synchronization editing screen.

(5). Automatically detect open file status: If a file opened by Notepad is externally modified (or deleted), the user will be notified to update the file content (or delete the file).

(6). Highlighting brackets and indentation auxiliary: When the cursor moves next to the following characters { } [ ] ( ), this character will correspond to the character in the distance and the indentation auxiliary (if it exists) will be highlighted.

For more tool downloads, please go to the PHP tool download site: https://www.php.cn/xiazai/gongju

The above is the detailed content of What software do you use for php?. 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
php怎么把负数转为正整数php怎么把负数转为正整数Apr 19, 2022 pm 08:59 PM

php把负数转为正整数的方法:1、使用abs()函数将负数转为正数,使用intval()函数对正数取整,转为正整数,语法“intval(abs($number))”;2、利用“~”位运算符将负数取反加一,语法“~$number + 1”。

php怎么实现几秒后执行一个函数php怎么实现几秒后执行一个函数Apr 24, 2022 pm 01:12 PM

实现方法:1、使用“sleep(延迟秒数)”语句,可延迟执行函数若干秒;2、使用“time_nanosleep(延迟秒数,延迟纳秒数)”语句,可延迟执行函数若干秒和纳秒;3、使用“time_sleep_until(time()+7)”语句。

php怎么除以100保留两位小数php怎么除以100保留两位小数Apr 22, 2022 pm 06:23 PM

php除以100保留两位小数的方法:1、利用“/”运算符进行除法运算,语法“数值 / 100”;2、使用“number_format(除法结果, 2)”或“sprintf("%.2f",除法结果)”语句进行四舍五入的处理值,并保留两位小数。

php字符串有没有下标php字符串有没有下标Apr 24, 2022 am 11:49 AM

php字符串有下标。在PHP中,下标不仅可以应用于数组和对象,还可应用于字符串,利用字符串的下标和中括号“[]”可以访问指定索引位置的字符,并对该字符进行读写,语法“字符串名[下标值]”;字符串的下标值(索引值)只能是整数类型,起始值为0。

php怎么根据年月日判断是一年的第几天php怎么根据年月日判断是一年的第几天Apr 22, 2022 pm 05:02 PM

判断方法:1、使用“strtotime("年-月-日")”语句将给定的年月日转换为时间戳格式;2、用“date("z",时间戳)+1”语句计算指定时间戳是一年的第几天。date()返回的天数是从0开始计算的,因此真实天数需要在此基础上加1。

php怎么读取字符串后几个字符php怎么读取字符串后几个字符Apr 22, 2022 pm 08:31 PM

在php中,可以使用substr()函数来读取字符串后几个字符,只需要将该函数的第二个参数设置为负值,第三个参数省略即可;语法为“substr(字符串,-n)”,表示读取从字符串结尾处向前数第n个字符开始,直到字符串结尾的全部字符。

php怎么替换nbsp空格符php怎么替换nbsp空格符Apr 24, 2022 pm 02:55 PM

方法:1、用“str_replace(" ","其他字符",$str)”语句,可将nbsp符替换为其他字符;2、用“preg_replace("/(\s|\&nbsp\;||\xc2\xa0)/","其他字符",$str)”语句。

php怎么判断有没有小数点php怎么判断有没有小数点Apr 20, 2022 pm 08:12 PM

php判断有没有小数点的方法:1、使用“strpos(数字字符串,'.')”语法,如果返回小数点在字符串中第一次出现的位置,则有小数点;2、使用“strrpos(数字字符串,'.')”语句,如果返回小数点在字符串中最后一次出现的位置,则有。

See all articles

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

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!