2013-07-20

I am trying to create a new object and pass the creator as a parameter in the constructor.

and in the Score_manager the constructor is :

once I get tto the line $this->$func_helper = $mfunc_helper; nothing happens. I tried to pass $this with & but I got "Fatal error: Call-time pass-by-reference has been removed ...". What am I doing wrong ?

Show more