Copy
<
ul
>
<?
php
foreach
($heroes
as
$hero)
:
?>
<
li
><?=
$hero
->
name
?></
li
>
<?
php
endforeach
;
?>
</
ul
>