-
|
I'm trying v5.0.0RC4 with PHP8.1. I wrote in Volt,
I heard that Phalcon\Tag is left for backward compatibility, so I would like to describe it as much as possible with TagFactory. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
I have not tried this but can you issue the image as Something like this {{ tag.a( url('ctrl/act'), tag.img(url('img/some.png')), [], true ) }}So the |
Beta Was this translation helpful? Give feedback.
-
|
I am working my way through the documents, I haven't gotten to |
Beta Was this translation helpful? Give feedback.
I have not tried this but can you issue the image as
raw?Something like this
{{ tag.a( url('ctrl/act'), tag.img(url('img/some.png')), [], true ) }}So the
ashould not escape the HTML that theimggenerates.