I want to call a php function using a string. I know i can do it with a single function but can i do something like the code below?
model->{'function'}; // this works model->{'function->childMethod'}; // what i want