Home  >  Article  >  Backend Development  >  What is the php project development process

What is the php project development process

王林
王林Original
2020-09-28 13:38:284640browse

php project development process is: 1. Requirements analysis; 2. System analysis; 3. System functional structure; 4. Determine the development environment; 5. Database design; 6. Create database; 7. Modular programming; 8. Development summary.

What is the php project development process

Development process:

(Recommended tutorial: php video tutorial)

  • Requirements analysis

  • System analysis

  • System goals

  • System functional structure

(Business logic structure, focus)

  • Determine the development environment

  • Folder structure design

  • Database design

  • Database analysis

(Based on system analysis and system functional structure, plan this System database entity relationship E-R diagram)

  • Create database and data table

  • Write database connection file

  • Modular programming

  • Development summary

Related recommendations: php training

The above is the detailed content of What is the php project development process. 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