标签: php
我想使用字符串来调用php函数。我知道我可以用一个函数来完成它,但是我可以做下面的代码吗?
model->{'function'}; // this works model->{'function->childMethod'}; // what i want