Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cornernote/f16a687a80e7d18618d6 to your computer and use it in GitHub Desktop.
Save cornernote/f16a687a80e7d18618d6 to your computer and use it in GitHub Desktop.
<?php
Mustache_Template->render(array("cards" =>
array(21567 => array(
array("id" => "21567",
"cardname" =>
"Tasigur%2C+the+Golden+Fang",
"rarity" => "R",
"set" => "FRF", ...),
array("id" => "21567",
"cardname" => "Tasigur%2C+the+Golden+Fang",
"rarity" => "R",
"set" => "FRF", ...),
array(
"id" => "21567",
"cardname" => "Tasigur%2C+the+Golden+Fang",
"rarity" => "R",
"set" => "FRF", ...)),
7 => array(
array(
"id" => "7",
"cardname" => "Bringer+of+the+White+Dawn",
"rarity" => "R",
"set" => "5DN", ...),
array("id" => "7",
"cardname" => "Bringer+of+the+White+Dawn",
"rarity" => "R",
"set" => "5DN", ...),
array("id" => "7",
"cardname" => "Bringer+of+the+White+Dawn",
"rarity" => "R",
"set" => "5DN", ...))),
"subject" => "Wikiprice Alert Notification", "heading" => "Send some shit"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment