Where is it recommended to use one of them? I want to store data from articles listed in db.
This is a simple question:
echo $Datastore->name;
echo $Datastore['name'];
What's better? Is there a difference between stdClassand the arrayspeed at which items are received?
source
share