Hi! I'm trying to parse a XML string into an object by using simplexml_load_string. However I get this error:
$xml = new simplexml_load_string($tp_response);
FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Class 'PhalconRest\Models\simplexml_load_string' not found in /var/www/html/slack/models/Webconn.php:134
Am I missing a reference to use PHP functions directly?
Thanks! Christian