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