'names' => array('rule'=>VALID_NOT_EMPTY ,'message'=>'Please provide your
name.'),

You can use it for your validation.

On Wed, Mar 4, 2009 at 4:23 PM, kaushik <kaushikwo...@gmail.com> wrote:

>
> I am using following code for validating a not empty field.
> var $validate = array(
>       'blogCategoryId' => array(
>                'required' => array('rule' => 'notEmpty',
> 'message'=>'Please select Blog category.'),
>        )
>        );
>
> It is working properly but giving the following warning:
>
> Warning (2): preg_match() [function.preg-match]: Delimiter must not be
> alphanumeric or backslash [CORE/cake/libs/model/model.php, line 2193]
>
> Can anyone highlight what is problem in code?
>
> >
>


-- 
Regards
------------------------------------
Yasir Arafat
Web developer
United Group International
01816536901

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to