A good source of code such as DZ Forum, Wind Forum, Empire Cms,dedecms, etc., have their own set of design ideas and design patterns, so before looking at a product to do a good job of psychological preparation, you can compare their own experience and these products, but don't always use their own thinking to judge. One sentence is "to look at the dialectical thought of learning and criticism".
All right! Let's get started!
So, how do we read a PHP source code?
One. First install the source code, combined with its documentation and manuals, familiar with its function and its application.
Two. Browse the directory structure of the source code to understand the capabilities of each directory.
Three. After the above two steps to believe that you have a preliminary understanding of the open source products, then start to analyze its source bar now. In this step we begin to analyze the source code framework. For example, the entry method is a single entry or multi-entry, the page between the call rules, can be based on the rules to find a function of the page.
Four. Familiar with the code writing style of the source code, such as indentation, typesetting format and so on.
Five. Familiarize yourself with the database and tables used in the source code, and refer to its technical support documentation.
Six. After the above steps believe that we have a more profound understanding of the source code, but this understanding is only superficial, down we from 6 aspects of the specific analysis it:
1. The entry structure and the specific implementation of the page invocation method, if you see the tool class and tool functions, try to familiarize yourself with it. This step of the analysis can learn the source code of the system architecture mode.
2. Analyze the tool classes and tool functions used in the source code, so you can learn a lot of programming techniques. You can improve your own programming skill.
3. Combine some security rules to study how this source code is designed for security. This can improve their awareness and skill in safety.
4. If you have a template engine, look at the source code template engine. Roughly from the implementation of the way, efficiency, ease of use and other aspects to consider.
5. Research the various functional modules of the system, so as to learn programming skills can also open their own programming ideas, the next time you encounter something similar to the heart has a spectrum.
6. The research system uses the design pattern, the same function realization, uses the design pattern to be possible to be different, compares the East analysis design pattern which we previously made, is enhances our harness code the only way.
7. Study the source code on Access pressure, execution efficiency, system efficiency, database query optimization.
The method is only the way and the tool, the concrete practice also needs everybody's effort. Their feelings are not anxious, serious analysis, the analysis of the experience to use their own specific projects, hehe!
The above describes the source code thunder high-Definition download how to read a PHP source code, including the source code Thunderbolt HD download content, I hope that the PHP tutorial interested friends helpful.