I have added a new variable to my code:
parent::SetWhatever($Member[Whatever]);
But I keep getting Fatal Error: Call to undefined function line 1020. This points to the above line of code parent::SetWhatever($Member[Whatever]);.
What is the best way to define any function? I will be adding 26 new variables along with the Whatever variable.
Thanks in advance.
Matt