![]() |
|
|
+ Search |
![]()
|
Jan 2nd, 2003 05:43
Jens Clasen, Yermo Lamers,
First of all $var does not go lower case, but the error message stating
that there is no function like that does! Function names are in contrast
to var-names NOT case-sensitive.
To solve Your current problem, You'll need to exclude the ::-operator
from string:
$class = 'C';
$method = 'F';
$class::$method('arg');