Welcome Guest, Not a member yet? Register   Sign In
One Set of Fields or Another Required
#9

[eluser]GlenW[/eluser]
[quote author="Aken" date="1350013352"]1) Create rules based on POST values.

Code:
if ( ! $this->input->post('hours'))
{
    // Require your start/stop times.
}
else
{
    // Require hours
}
[/quote]

I was originally going to go with that method, but the problem was that I wanted the user to be able to fill in timeStart, timeStop and hours, or hours, or timeStart and timeStop. If I had the write the code for that it then it would have been over complicated for the little bit I wanted.

Quote:2) Don't use form validation at all, and check the values / create error messages manually.

I considered that as well, but the reason I chose to do this project in CodeIgniter is because I have a much larger project coming up that is required to be done in CI, and thus I would like to try to understand CI's features to the best of my ability before I start the coding process on the other.


Messages In This Thread
One Set of Fields or Another Required - by El Forum - 10-11-2012, 06:12 AM
One Set of Fields or Another Required - by El Forum - 10-11-2012, 06:47 AM
One Set of Fields or Another Required - by El Forum - 10-11-2012, 07:11 AM
One Set of Fields or Another Required - by El Forum - 10-11-2012, 07:18 AM
One Set of Fields or Another Required - by El Forum - 10-11-2012, 07:44 AM
One Set of Fields or Another Required - by El Forum - 10-11-2012, 08:16 AM
One Set of Fields or Another Required - by El Forum - 10-11-2012, 08:23 AM
One Set of Fields or Another Required - by El Forum - 10-11-2012, 08:42 PM
One Set of Fields or Another Required - by El Forum - 10-12-2012, 04:51 AM
One Set of Fields or Another Required - by El Forum - 10-12-2012, 03:42 PM
One Set of Fields or Another Required - by El Forum - 10-15-2012, 04:54 AM
One Set of Fields or Another Required - by El Forum - 10-15-2012, 04:56 AM
One Set of Fields or Another Required - by El Forum - 10-15-2012, 05:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB