Table of Contents
Simple, efficient and cheap web program development, web program development
Home Backend Development PHP Tutorial Simple, efficient and cheap web program development, web program development_PHP tutorial

Simple, efficient and cheap web program development, web program development_PHP tutorial

Jul 12, 2016 am 08:57 AM
programming

Simple, efficient and cheap web program development, web program development

WHY PHP?

1. Simple development environment setup

The development environment can be simply summed up as the running environment of the program and the editing and debugging environment of the program. There is no dazzling SDK, and there are no annoying various system configurations. This kind of development environment is the simplest. The environment construction of xampp windows adds a lot to PHP. At least after the system is reinstalled, it can enable you to configure the development environment in a short time, and even after N years, the fool-proof installation method means that you do not need any installation manual.

xampp download address: http://www.apachefriends.org/zh_cn/xampp.html

Of course you can also mess around, such as building a LAMP environment under ubuntu: http://mini-pin.com/ror/?p=132

About the editor: Sublime Text http://www.sublimetext.com/ The advantage is that you can use it for free even without registering. Of course, you will be prompted to purchase the dialog box when saving, just ignore it. And this is available on multiple platforms, and the default environment color matching is also good.

notepad http://notepad-plus-plus.org/, this is mainly used to change the text format encoding, especially the conversion between ANSI, UTF-8, and UCS-2, which is very useful for solving Chinese garbled characters.

2. Efficient program release

There are many spaces and databases supporting PHP at home and abroad, and the price is very cheap,

Domestic host: http://www.59.cn/ Chinese, but the domain name needs to be registered

Foreign host: http://www.justhost.com/ English, domain name registration is not required

Sina platform: http://sae.sina.com.cn/

Compared with other scripting languages, this program is relatively easy to deploy and can more conveniently publish your own applications.

3. Rich documentation, programming community and open source framework

PHP tutorial: http://www.w3schools.com/PHP/DEfaULT.asP

MYSQL tutorial: http://dev.mysql.com/

Relatively mature system: http://www.joomla.org/ http://www.magentochina.org/

A more practical framework: http://www.speedphp.com http://codeigniter.org.cn/

Where to find the original code: http://www.osphp.com.cn/ http://www.php-open.com/

4. Off topic, I recommend tools that I think are good

Version control: If you want local version control, I still prefer SVN; but if you want remote version control, for example, if you need to develop at both the company and home, then you should use GIT; the problem is, if git is free, it must be open source. So combining it with DropBox can be a perfect solution. Use SVN or GIT to control it locally, and then submit it to the public of DropBox. The 2G space can be used to put several projects in it.

Browser: Google Chrome, whether it is debugging web pages or browsing websites by yourself, it is very convenient, especially notes can be managed with folders, synchronization function, and rich plug-ins, which is great.

Note-taking tool: Evernote synchronization function, plus a good reading experience, combined with the chrome plug-in, one-click cutting, you can easily add things on the web to your notes.

Schedule management: Doit, domestic, free, multi-platform, synchronization function

Upload tool FTP: FileZilla is free, suitable for windows and linux.

5. Conclusion

Time consumption: All support installation under Windows. The time to build the environment including downloading is no more than 1 hour. If it is built repeatedly, it will be faster. All data supports synchronization.

Money consumption: Apart from space and domain name, I can’t think of anything I have to pay for. It’s only 250 yuan a year. You can’t even buy a pair of shoes in Yintai.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1110972.htmlTechArticleSimple, efficient and cheap web program development, web program development WHY PHP? 1. Simple development environment construction and development The environment can be simply boiled down to the running environment of the program and the editing settings of the program...
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 Article Tags

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)

What is the instruction design and debugging process called design? What is the instruction design and debugging process called design? Jan 20, 2021 pm 03:44 PM

What is the instruction design and debugging process called design?

Recommended essential software for C language programming Recommended essential software for C language programming Feb 19, 2024 pm 12:58 PM

Recommended essential software for C language programming

How to learn and master C language programming How to learn and master C language programming Mar 18, 2024 pm 06:06 PM

How to learn and master C language programming

Importance and application areas: C language programming Importance and application areas: C language programming Feb 23, 2024 pm 10:30 PM

Importance and application areas: C language programming

C language programming: the key to opening the door to programming C language programming: the key to opening the door to programming Feb 20, 2024 pm 06:39 PM

C language programming: the key to opening the door to programming

A required course to become a top front-end engineer! A required course to become a top front-end engineer! Mar 25, 2024 pm 04:30 PM

A required course to become a top front-end engineer!

What software is used for C language programming? What software is used for C language programming? Jan 27, 2024 pm 02:36 PM

What software is used for C language programming?

Analysis of 10 PHP frameworks and their advantages Analysis of 10 PHP frameworks and their advantages May 26, 2023 am 08:10 AM

Analysis of 10 PHP frameworks and their advantages

See all articles