Listing 22.3. | |
| ROZDZIAŁ: | 22. Alfabet |
| TXT: | listing-22-03.txt |
<p>
<?php foreach (ImiePeer::podajLitery() as $l): ?>
<a href="index.php?module=imie&action=litera&litera=<?php echo $l['kod']; ?>">
<?php echo $l['litera']; ?>
</a>
<?php endforeach; ?>
</p>