Class **Phalcon\\Tag\\Select** ============================== Generates a SELECT html tag using a static array of values or a Phalcon\\Mvc\\Model resultset Methods --------- public static **selectField** (*array* $parameters, *array* $data) Generates a SELECT tag protected static **_optionsFromResultset** () Generate the OPTION tags based on the rows protected static **_optionsFromArray** () ...