Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ChromePhp make it as global var to work in all my pages
- //config.php
- include_once ('ChromePhp.php');
- $trace = new ChromePhp();
- //myClass.php
- include_once ('config.php');
- $trace->log("test");
- $trace = ChromePhp::getInstance();
Advertisement
Add Comment
Please, Sign In to add comment