Todo List
Helpers | --FormHelper
[line 58]
[line 40]
[line 46]
[line 52]
FormHelper __construct( $object_name, $attribute_name)
void add_default_name_and_id( string[] $options)
void tag_id( )
void tag_id_with_index( $index)
void tag_name( )
void tag_name_with_index( $index)
void to_boolean_select_tag( [ $options = array()])
void to_check_box_tag( [ $options = array()], [ $checked_value = "1"], [ $unchecked_value = "0"])
string to_input_field_tag( string $field_type, [string[] $options = array()])
void to_radio_button_tag( $tag_value, [ $options = array()])
void to_text_area_tag( [ $options = array()])