sfFirePHP instance


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. class fire extends sfFirePHP
  2. {
  3. public static function out() {
  4.  
  5. $fire = sfFirePHP::getInstance(true);
  6.  
  7. $args = func_get_args();
  8. return call_user_func_array(array($fire,'fb'),$args);
  9.  
  10. return true;
  11. }
  12. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.