Skip to content

Instantly share code, notes, and snippets.

@ssi-anik
Created July 6, 2016 17:11
Show Gist options
  • Select an option

  • Save ssi-anik/9b0970be65309a36e92143201180c90a to your computer and use it in GitHub Desktop.

Select an option

Save ssi-anik/9b0970be65309a36e92143201180c90a to your computer and use it in GitHub Desktop.
<?php
$template =[
'@name@' => [
'User name',
'Anik',
],
'@email@' => [
'Email',
'my.mail@mail.com'
],
'@address@' => [
'Address',
[
'Diamond Head',
'Honolulu',
'Hawaii'
],
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment