The program structure caused by complicated businesses is messy. I don't know if I have any problems with this structure? Due to unclear requirements in the early stage, the requirements for the original system to adopt PHPCMSV9 were gradually clarified. The original system was unable to support the complex business structure and later transformed the program into the following structure...The program structure caused by complicated businesses is messy. I don't know if I have any problems with this structure?
Due to unclear requirements in the early stage, the original system was transformed using PHPCMSV9.
The requirements are gradually clarified later, and the original system cannot support complex business structures.
Later, the program was transformed into the following structure:
This structure contains the original MVC and the new MVC
Original MVC Structure
New MVC Structure
I am confused about whether to continue following the original steps or other steps.
However, complicated services may cause more inconvenience.
The current business mainly has
- Hotel system,
- Scenic Spot system,
- Travel route system,
- Customized package system,
- Mall system,
- Content Management System,
- Scenic supplier management system,
- Regional Distributor Management System
Reply content:The program structure caused by complicated businesses is messy. I don't know if I have any problems with this structure?
Due to unclear requirements in the early stage, the original system was transformed using PHPCMSV9.
The requirements are gradually clarified later, and the original system cannot support complex business structures.
Later, the program was transformed into the following structure:
This structure contains the original MVC and the new MVC
Original MVC Structure
New MVC Structure
I am confused about whether to continue following the original steps or other steps.
However, complicated services may cause more inconvenience.
The current business mainly has
- Hotel system,
- Scenic Spot system,
- Travel route system,
- Customized package system,
- Mall system,
- Content Management System,
- Scenic supplier management system,
- Regional Distributor Management System
Modules is public, and different business logic is divided into separate apps. For example, admin Control backend management, web site, cron running scheduled tasks, and so on. A project structure is attached.
Do you want to split the project? Different systems are managed in different projects, and independent modules are extracted for each system to depend on.