Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您是否知道任何资源(教程、文档),我可以从中了解在 CakePHP 中处理 HTTP 请求的方式?
我想看看哪些类被实例化,哪些方法被调用(以及什么顺序)等。
谢谢!
您可以使用 Xdebug 的分析器来执行此操作:http: //xdebug.org/docs/profiler
教程:http ://devzone.zend.com/1139/profiling-php-applications-with-xdebug/