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 ffc5a22b
...@@ -504,6 +504,8 @@ class CampaniaController extends Controller { ...@@ -504,6 +504,8 @@ class CampaniaController extends Controller {
} catch (\Exception $e) { } catch (\Exception $e) {
} }
print_r($htmlContent);
exit();
return $this->render('front/campania/prueba.html.twig', array("htmlContent" => $htmlContent)); return $this->render('front/campania/prueba.html.twig', array("htmlContent" => $htmlContent));
} }
......
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