Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
for good, the output to the output stream comes last.
and even the view does not output directly, but returns a response (roughly a string).
templating engines to your liking (I loved smart for a long time, used twig, now back to native style)
<ul>
<?php foreach($list as $row) { ?>
<li><?= $row->name ?></li>
<?php } ?>
</ul>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question