Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symphonycms/debugdevkit
Debug DevKit for Symphony CMS
https://github.com/symphonycms/debugdevkit
symphony-cms symphony-cms-devkit symphony-cms-extension
Last synced: 11 days ago
JSON representation
Debug DevKit for Symphony CMS
- Host: GitHub
- URL: https://github.com/symphonycms/debugdevkit
- Owner: symphonycms
- License: other
- Created: 2010-07-21T00:24:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T17:33:40.000Z (almost 4 years ago)
- Last Synced: 2024-03-25T22:02:26.977Z (8 months ago)
- Topics: symphony-cms, symphony-cms-devkit, symphony-cms-extension
- Language: PHP
- Homepage: http://symphonyextensions.com/extensions/debugdevkit/
- Size: 106 KB
- Stars: 8
- Watchers: 9
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Debug Devkit
The Debug Devkit allows a developer to preview the XML of a Frontend page. It also includes the page parameters, included XSL templates and provides a navigation for other Devkit extensions (such as the Profile Devkit)
## Usage
Append `?debug` to your front-end pages when logged in to initialise this Devkit. The Debug Devkit responds to the following URL's:
- `?debug=xml`: Default view, shows a syntax highlighted XML tree of the front-end page with XPath support
- `?debug=raw`: The raw XML of the current page
- `?debug=result`: The result of the front-end page after it has been transformed with XSLT
- `?debug=params`: The parameters of the current page, both from the system and from data sources.