Tag::imageInput

public static string imageInput (array $parameters)

Builds a HTML input[type=”image”] tag

1
echo Phalcon\Tag::imageInput(array("src" => "/img/button.png"));

Volt syntax:

1
{{ image_input("src": "/img/button.png") }}
doc_Phalcon
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.