Skip to content

Instantly share code, notes, and snippets.

@philwinkle
Created August 26, 2014 17:39
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 philwinkle/fd3d153b27f7b6da9992 to your computer and use it in GitHub Desktop.
Save philwinkle/fd3d153b27f7b6da9992 to your computer and use it in GitHub Desktop.
PHP 5.4 Dereferencing with an array for a helper
<?php
$__ = array(Mage::helper('yourcompany/helper'), '__');
//usage
echo $__('Translate me');
@philwinkle
Copy link
Author

This method courtesy of @unknownbrackets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment