PHP Class FormHelper, spaghettiphp

Automatic generation of HTML FORMs from given data.
Inheritance: extends AppHelper
Afficher le fichier Open project: spaghettiphp/spaghettiphp Class Usage Examples

Méthodes publiques

Méthode Description
close ( $submit = null, $attributes = [] )
create ( $action = null, $options = [] )
input ( $name, $options = [] )
radio ( $name, $options = [] )
select ( $name, $options = [] )
submit ( $text, $attributes = [] )

Méthodes protégées

Méthode Description
div ( $class, $content, $type )

Method Details

close() public méthode

public close ( $submit = null, $attributes = [] )

create() public méthode

public create ( $action = null, $options = [] )

div() protected méthode

protected div ( $class, $content, $type )

input() public méthode

public input ( $name, $options = [] )

radio() public méthode

public radio ( $name, $options = [] )

select() public méthode

public select ( $name, $options = [] )

submit() public méthode

public submit ( $text, $attributes = [] )