I imagine it would look like:
<?php
foreach ($array as $myVar) { echo $myVar->artikel; }
jeffreydavidson said:
I imagine it would look like:
<?php foreach ($array as $myVar) { echo $myVar->artikel; }
yes that what i first do, but when i do that(the same query which mean $myvar->artikel contain nothing) it return the artikel .... it really weird =.=
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community