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