Skip to content

Instantly share code, notes, and snippets.

@VhMuzini
Created April 23, 2018 19:52
Show Gist options
  • Save VhMuzini/3ec8834df9d0f3da5c9b349c37b0b610 to your computer and use it in GitHub Desktop.
Save VhMuzini/3ec8834df9d0f3da5c9b349c37b0b610 to your computer and use it in GitHub Desktop.
Separate columns in php foreach using bootstrap
<div class="row">
<? foreach ($uuids as $uuid): ?>
<div class="col-md-4">
<? component("sigpark.php", $uuid); ?>
</div>
<? endforeach; ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment