Last active
June 13, 2020 10:13
-
-
Save eS-IT/9b577fdf5905b43ae2d6136421b6c1c6 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
<?php | |
$this->io->table( | |
['Header 1', 'Header 2'], | |
[ | |
['Cell 1-1', 'Cell 1-2'], | |
['Cell 2-1', 'Cell 2-2'], | |
['Cell 3-1', 'Cell 3-2'], | |
] | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment