mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-26 11:29:57 +00:00
commit
127b906fdb
1 changed files with 4 additions and 6 deletions
|
@ -26,8 +26,7 @@
|
|||
<th class="actions"><?php echo "<?php echo __('Actions'); ?>"; ?></th>
|
||||
</tr>
|
||||
<?php
|
||||
echo "<?php
|
||||
foreach (\${$pluralVar} as \${$singularVar}): ?>\n";
|
||||
echo "<?php foreach (\${$pluralVar} as \${$singularVar}): ?>\n";
|
||||
echo "\t<tr>\n";
|
||||
foreach ($fields as $field) {
|
||||
$isKey = false;
|
||||
|
@ -62,7 +61,6 @@
|
|||
));
|
||||
?>"; ?>
|
||||
</p>
|
||||
|
||||
<div class="paging">
|
||||
<?php
|
||||
echo "<?php\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue