Tag::selectStatic

public static string selectStatic (array $parameters, [array $data])

Builds a HTML SELECT tag using a PHP array for options

echo Phalcon\Tag::selectStatic("status", array("A" => "Active", "I" => "Inactive"))
doc_Phalcon
2016-10-16 09:56:56
Comments
Leave a Comment

Please login to continue.