Tag::selectStatic

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

Builds a HTML SELECT tag using a PHP array for options

1
echo Phalcon\Tag::selectStatic("status", array("A" => "Active", "I" => "Inactive"))
doc_Phalcon
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.