mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
3 lines
No EOL
110 B
PHP
3 lines
No EOL
110 B
PHP
<?php foreach ($users as $user): ?>
|
|
<user><?php echo $user['User']['username']; ?></user>
|
|
<?php endforeach; ?>
|