Hi Bob,
I have no more quote(), but ....
I can't view the database in a table in front end.
In DB Read:
Action label: lecture
enable: yes
my table name
multi read: yes (i have test no)
enable model id: yes
model id: liste
fields: titre,Image,description
conditions :
and... Invalid argument supplied for foreach()
Where is my error?
I have no more quote(), but ....
I can't view the database in a table in front end.
In DB Read:
Action label: lecture
enable: yes
my table name
multi read: yes (i have test no)
enable model id: yes
model id: liste
fields: titre,Image,description
conditions :
<table>
<?php
foreach ($form->data['liste'] as $liste):
?>
<tr><td>Titre: <?php echo $liste['titre'];?></td><td>Titre: <?php echo $liste['Image'];?></td><td>Titre: <?php echo $liste['description'];?></td>
</tr>
<?php
endforeach;
?>
</table>
and... Invalid argument supplied for foreach()
Where is my error?