Welcome Guest, Not a member yet? Register   Sign In
Form Validation on API PUT Verb
#3

You need to use $this->form_validation->set_data() to pass the data to the form_validation library (or put the data into the post array as recommended by the link supplied by PaulD), since it only checks for post data by default.
Reply


Messages In This Thread
Form Validation on API PUT Verb - by prezire - 09-08-2015, 07:18 AM
RE: Form Validation on API PUT Verb - by PaulD - 09-15-2015, 03:48 PM
RE: Form Validation on API PUT Verb - by mwhitney - 09-16-2015, 09:54 AM
RE: Form Validation on API PUT Verb - by Vimal - 09-18-2015, 04:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB