Posts

Showing posts with the label set_value

Codeigniter Course Of Written Report Validation Set_Value Too Set_Checkbox Work Fixed

For example, I bring 2 fields inwards my shape first_name together with last_name I bring prepare the validation dominion exclusively for first_name. 'set_value' should piece of work for both the fields regardless of dominion ? Right ? - No, set_value or set_checkbox or set_select exclusively plant against the items y'all bring chosen to validate using the form_validation class. Solution Simple trend to cook this work is to overwrite the center 'MY_form_helper.php' amongst roughly functions. - Copy the next code together with relieve it together with cite it equally 'My_form_helper.php' together with placed nether 'application/helpers' folder. It volition overwrite the center functions. <?php if ( ! defined('BASEPATH')) exit('No straight script access allowed'); /** * Form Value * * Grabs a value from the POST array for the specified champaign then y'all tin * re-populate an input champaign or textarea. If Form...