Se añade version 1.0 de parser html

correciones menores a codigo anterior realizado.
Se añade html de prueba
Se añaden librerias de restapi
parent 59fe293d
......@@ -500,6 +500,8 @@ class CampaniaController extends Controller {
curl_setopt($ch, CURLOPT_USERPWD, $username . ":" . $password);
$output = curl_exec($ch);
curl_close($ch);
print_r($output);
exit();
$htmlContent["contenidos"] = json_decode($output, true);
} catch (\Exception $e) {
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment