mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-01 01:26:19 +00:00
3 lines
110 B
Text
3 lines
110 B
Text
|
<?php foreach ($users as $user): ?>
|
||
|
<user><?php echo $user['User']['username']; ?></user>
|
||
|
<?php endforeach; ?>
|