Im using PDO where i'm getting values from the database as an object "setFetchMode(PDO::FETCH_OBJ)"
Then i return this values in the test variable and i want to make a foreach loop for any of the files that the test has.
for example i can make foreach (test->categoryid as $categoryvalue) ?
Hello everyone. i'm new on this site and also new on PHP coding. I want to make a loop using the values of an object (name of the object is test). my object has categoryid,parentid and i want to make something like this
forearch(categoryid){
foreach(parentid){
if (parentid == categoryid){
do something
}
}
}
Can anyone help me to do this loop?
Thank you
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.