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"))
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"))
Please login to continue.