Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 935 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 935 Bytes

domix Extension for Joomla

Debugging functions for Joomla developers as System Plugin.

Debug output is only visible for configured IPs (useful on live sites).

Examples

  • domix($obj); print
  • domixM($obj) mail to configured mail
  • domixD($obj); print var_dump
  • domixDB(); database debugging, output sql query for copy/paste and errors
  • domixCT(); function call trace

Note

Original developed by mediahof.