Created
September 8, 2012 18:31
-
-
Save rubensayshi/3678382 to your computer and use it in GitHub Desktop.
try this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| use GW2Spidy\TradeMarket; | |
| require dirname(__FILE__) . '/../config/config.inc.php'; | |
| require dirname(__FILE__) . '/../autoload.php'; | |
| $market = TradeMarket::getInstance(); | |
| var_dump($market->getMarketData()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment