Created
July 18, 2016 21:16
-
-
Save JeffMatson/646d9a69244dabe2c1ee16eac82f2cc4 to your computer and use it in GitHub Desktop.
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
$list_array = array( | |
array( | |
'Column 1' => 'row1col1', | |
'Column 2' => 'row1col2', | |
), | |
array( | |
'Column 1' => 'row2col1', | |
'Column 2' => 'row2col2', | |
), | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment