Skip to content

Instantly share code, notes, and snippets.

@Martin1982
Created March 12, 2012 19:25
Show Gist options
  • Save Martin1982/2024125 to your computer and use it in GitHub Desktop.
Save Martin1982/2024125 to your computer and use it in GitHub Desktop.
Arrays
<?php
$categories = array('my first category', 'another one', 'etc');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment