Re: field not validation

2008-09-11 Thread David C. Zentgraf
What you're looking for is the correct spelling of $var validate = array(); :-) On 22 Aug 2008, at 09:07, tekomp wrote: > > I have an "add" function that isn't being validated using the form > helper, even though I have the model set to validate. It just inserts > the record and I can't figur

Re: field not validation

2008-09-11 Thread Colombian
What you are looking for is 'required' => true, allowEmpty is only useful for fields that are not part of the database. Like a CAPTCHA validation portion or something of that nature. On Aug 21, 5:07 pm, tekomp <[EMAIL PROTECTED]> wrote: > I have an "add" function that isn't being validated usin