Guest User

Untitled

a guest
May 9th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ChromePhp make it as global var to work in all my pages
  2. //config.php
  3. include_once ('ChromePhp.php');
  4.  
  5. $trace = new ChromePhp();
  6.  
  7.  
  8. //myClass.php
  9. include_once ('config.php');
  10. $trace->log("test");
  11.  
  12. $trace = ChromePhp::getInstance();
Advertisement
Add Comment
Please, Sign In to add comment