Skip to content

Instantly share code, notes, and snippets.

@avinash2
Created February 25, 2011 07:11
Show Gist options
  • Save avinash2/843462 to your computer and use it in GitHub Desktop.
Save avinash2/843462 to your computer and use it in GitHub Desktop.
<?php
$blog = array(
'title' => 'My Blog',
'author' => 'Avinash',
'pages' => array('about','services','folio','contact'),
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment