Skip to content

Instantly share code, notes, and snippets.

@jorgecc
Created May 8, 2020 21:54
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 jorgecc/336559ab057d80a1f99eee50f5b1f575 to your computer and use it in GitHub Desktop.
Save jorgecc/336559ab057d80a1f99eee50f5b1f575 to your computer and use it in GitHub Desktop.
bladeone vs twig
<ul>
<?php $__currentLoopData = $categories; $this->addLoop($__currentLoopData);$this->getFirstLoop();
foreach($__currentLoopData as $category): $loop = $this->incrementLoopIndices(); ?>
<li><?php echo \htmlentities($category, ENT_QUOTES, 'UTF-8', false); ?></li>
<?php endforeach; $this->popLoop(); $loop = $this->getFirstLoop(); ?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment