Hello everyone,
I found a problem with the PHP example at page https://wiki.dreamfactory.com/DreamFactory/Tutorials/PHP_Custom_scripting_service_math
I’m using Chrome and I see the object definition for “Result” var as
$result = [‘resource’ => [‘add’, ‘subtract’, ‘multiply’, ‘divide’]];
instead of
$result = [‘resource’ => [‘add’, ‘subtract’, ‘multiply’, ‘divide’]];
This is a problem for all beginners that copy&paste the code without investigation.