Created
May 8, 2020 21:54
-
-
Save jorgecc/336559ab057d80a1f99eee50f5b1f575 to your computer and use it in GitHub Desktop.
bladeone vs twig
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
<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