I am trying to pass variables when calling a method. I am trying to do something like this:
$c->house_num.$id($name);
The name of the method is house_num_(number). I then want to pass another variable $name.
I am getting an error, what is the right way to do this? Thankyou