Is there a built-in debugging log in PHP, such as Ruby on Rails logger.info (), in the development.log file?
With PHP, I would like to look "under the hood" to find out what happens ... pages, query strings, etc.
I have a bunch, but I can not find anything.
(I am trying to port a web application from RoR to PHP because I need more execution speed.)
source
share