Documentation

Table Of Contents

Previous topic

< Class Phalcon\Tag\Exception

Next topic

Class Phalcon\Text >

This Page

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

protected static _optionsFromArray ()

Generate the OPTION tags based on an array