Tag::imageInput

public static string imageInput (array $parameters)

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

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

Volt syntax:

{{ image_input("src": "/img/button.png") }}
doc_Phalcon
2016-10-16 09:56:53
Comments
Leave a Comment

Please login to continue.