For example, DEDECMS, ECSHOP, and DISCUZ systems, how to analyze code and processes ~ For example, DEDECMS, ECSHOP, and DISCUZ systems, how to analyze code and processes ~
Reply content:
For example, DEDECMS, ECSHOP, and DISCUZ systems, how to analyze code and processes ~
- Read the documents on the official website to understand its general design and code layout.
- You can consider using IDE
PhpStorm
, Configure the debugging environment. It may be faster to execute one step.
It also provides good function variable locating and supports namespaces.
PassFind usages
Function to quickly understand the use cases of functions
PhpStorm
You can search many configurations on the Internet.
- Write projects while deepening understanding
Print each file on the table.
By clarifying the logic of the calls between files and functions, we can probably have a number.
I don't know how to start it. I just need to start it with my head.