I'm working with PHP
and I have this expression:
$this->ev_info_datos_personales()->set_data($data);
I do not understand how it works? which function runs first? If someone could explain it to me, it would be very helpful. Thanks!
I'm working with PHP
and I have this expression:
$this->ev_info_datos_personales()->set_data($data);
I do not understand how it works? which function runs first? If someone could explain it to me, it would be very helpful. Thanks!