Posts by Ernane • 1 point
2 posts
-
0
votes1
answer78
viewsA: How to load an HTML file into a DIV in zend-framework3
After much research and the contribution of the dear friends here in the stack, I managed to solve the problem as follows: -created a route of type Regex. This route type allows rendering static…
-
0
votes1
answer78
viewsQ: How to load an HTML file into a DIV in zend-framework3
I am working on an email marketing tool and need to upload an HTML template into a DIV in the view. I am using zend-framework3. I tried using the . load() function, but it’s giving error 500. Can…