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" ) }} |
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" ) }} |
Designed by : w10schools
service@w10schools.com
Please login to continue.