Overview Project Files Templates Content-Files Tags Menu Search Sitemap Functions Scripts Plug-Ins PAX Fields Debugging

print version

Debug Mode Parameters

phpCMS contains a debug mode that can be very handy while developing your website with phpCMS.

Debug mode is invoked by adding the special query string "?debug=debug" to the page you want to examine.

http://www.yourdomain.com/some/document.htm?debug=debug

Debug mode is password protected. Please do not forget to log out after your work is finished.

Debug Mode Parameters

Parameter Function
debug opens a page in Debug Mode
content_file Content file, unparsed
content_rep Content file, with tags replaced
template_file Template file(s), unparsed with line numbers
template_rep Template file(s), with tags and fields replaced
tags all available tags and their replacements
menu_file Menu file(s), ungeparst
menu_name Menu file(s), sorted by NAME
menu_class Menu file(s), sorted by CLASS
page Content file, parsed
time Content file, parsed with execution time (w/o PAX or Scripts)
vars all phpCMS settings accessible via $DEFAULTS
dev contents of the $GLOBALS array

Debug Mode must also be activated in GUI->Configuration in order to use debugging.



print version
 
Overview Project Files Templates Content-Files Tags Menu Search Sitemap Functions Scripts Plug-Ins PAX Fields Debugging