public static string textArea (array $parameters)
Builds a HTML TEXTAREA tag
echo Phalcon\Tag::textArea(array("comments", "cols" => 10, "rows" => 4))
Volt syntax:
{{ text_area("comments", "cols": 10, "rows": 4) }}
public static string textArea (array $parameters)
Builds a HTML TEXTAREA tag
echo Phalcon\Tag::textArea(array("comments", "cols" => 10, "rows" => 4))
Volt syntax:
{{ text_area("comments", "cols": 10, "rows": 4) }}
Please login to continue.