Let me first introduce my current level of knowledge:
I have written thousands of lines of PHP code, PHP syntax base and object-oriented way, no contact with the framework, did not do oop PHP project.
More familiar with C + +, it will be a bit of software engineering knowledge.
Now to do a PHP e-commerce site, download the OpenCart and China's Ecmall source code, on the local Apache can run through. I want to ecmall in the code to get to meet my business needs of the e-commerce site, but see Ecmall has more than 1600 PHP files on the virtual, how to look at this.
Time is not urgent, I can learn while combing, and then modify its code.
My current train of thought is according to the method of software engineering to classify the code of Ecmall project according to the function of the design, draw the class diagram, finally the function, class, file correspondence together.
Writing PHP has been using notepad++, analysis of a multi-file project have any good tools? Ask the gods to give me a little bit of guidance.
Reply to discussion (solution)
Find out which MVC corresponds to the directory is OK, which block to use to change which block
You can use reflection to help analyze it.
Reference http://bbs.csdn.net/topics/390836735
How do you know??, MVC, what's the point? And then root?? The polygon URL to find the phase file? Line modification.
can also use the moderator's reflection tool?? Shown