Everything is in the title. i'm débutant in OOP(PHP), I thank you in advance.
I'm stuck on this since yesterday.
Hydrate an object means to 'fill' an object with some data.
Example:
You have a class, let's say, called 'dog'.
class dog{
public $name;
public $gender;
}
$hau = new dog();
Hydrating would be:
$hau->name = 'Hau Hau'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With