Todo List
Helpers | --FormTagHelper
void check_box_tag( mixed $name, [mixed $value = "1"], [mixed $checked = false], [mixed $options = array()])
void file_field_tag( mixed $name, [mixed $options = array()])
void form_tag( [mixed $url_for_options = array()], [mixed $options = array()])
void hidden_field_tag( mixed $name, [mixed $value = null], [mixed $options = array()])
void image_submit_tag( mixed $source, [mixed $options = array()])
void password_field_tag( [mixed $name = "password"], [mixed $value = null], [mixed $options = array()])
void radio_button_tag( mixed $name, mixed $value, [mixed $checked = false], [mixed $options = array()])
void select_tag( mixed $name, [mixed $option_tags = null], [mixed $options = array()])
void start_form_tag( )
void submit_tag( [mixed $value = "Save changes"], [mixed $options = array()])
void text_area_tag( mixed $name, [mixed $content = null], [mixed $options = array()])
void text_field_tag( mixed $name, [mixed $value = null], [mixed $options = array()])