Answer the question
In order to leave comments, you need to log in
How to view the schematic structure of the project?
Once again, I took a huge project on OpenCart2 , and, as usual, to solve serious problems, I sit and understand the project for the second day, instead of writing code. In this regard, I had a question: “ how to simplify the understanding of the project? ".
Answer the question
In order to leave comments, you need to log in
Google "PHP profiler" and choose any one you like, since almost everyone knows how to build a call tree
. Which PHP profiler should I get?
to broaden your horizons, you can watch a short report https://www.youtube.com/watch?v=vF29LanRQv4
That is: if, say, we need to redo the product page, we can visually see everything that happens under the hood of the site from beginning to end. Starting from the first lines of index.php, lib files, controllers, models, ending with views. That is, the entire tree of files and functions in them is displayed that took part in rendering a particular page.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question