PHP DebugKit\Panel Namespace

Classes

Name Description
CachePanel A panel for spying on cache engines.
EnvironmentPanel Provides information about your PHP and CakePHP environment to assist with debugging.
HistoryPanel Provides debug information on previous requests.
IncludePanel Provides a list of included files for the current request
LogPanel Log Panel - Reads log entries made this request.
PanelRegistry Registry object for panels.
RequestPanel Provides debug information on the Current request params.
RoutesPanel A panel to get the list of connected routes for the application
SessionPanel Provides debug information on the Session contents.
SqlLogPanel Provides debug information on the SQL logs and provides links to an ajax explain interface.
TimerPanel Provides debug information on all timers used in a request.
VariablesPanel Provides debug information on the View variables.