Skip to content

Instantly share code, notes, and snippets.

@yevgenko
Created April 17, 2010 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yevgenko/369224 to your computer and use it in GitHub Desktop.
Save yevgenko/369224 to your computer and use it in GitHub Desktop.
Tinycarts_Debug_Firephp usage example
<?php
// Tinycarts_Debug_Firephp usage example
Tinycarts_Debug_Firephp::send($this->debug(), 'Product view page aka view.phtml VAR: $this');
Tinycarts_Debug_Firephp::send($_product->debug(), 'Product view page aka view.phtml VAR: $_product');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment