Зачатки MVC

This commit is contained in:
lopar
2020-07-04 13:49:43 +03:00
parent 25a6f17d7e
commit c6316820a0
6 changed files with 146 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
<?php foreach ($presentsList as $row): ?>
<img src="<?= $row['img'] ?>" title="<?= $row['sender'] ?>" alt="<?= $row['sender'] ?>">
<?php endforeach; ?>