Looking for a new object with generic data

Re: Looking for a new object with generic data

by Dominique Palumbo -
Number of replies: 0
Picture of Particularly helpful Moodlers Picture of Plugin developers
Hi,

Do you mean that you want to pass the object to some classes as reference !?
Possible after PHP 5.3 (i think)

(good explanation not in french... even if they've fr in the link and a lot more on the page)

Basically, you can pass a reference on the object to any of your classes.
And they'll all manipulate the same values in memory !

It save memory and operation of duplications.

If I've not understant the question... sorry in advance