Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/0c4f7021304043886742bc6e646ed0f8 to your computer and use it in GitHub Desktop.
Save parzibyte/0c4f7021304043886742bc6e646ed0f8 to your computer and use it in GitHub Desktop.
<?php
foreach($columnas as $columna){
echo "La columna es: " . $columna->columna . " y su tipo es: " . $columna->tipo . "\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment