Documentation

Abstract class Phalcon\Tag\Select

Source on GitHub

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 a resulset

protected static _optionsFromArray ()

Generate the OPTION tags based on an array