Re: Validation of one field for two different pages in cakephp.

2008-02-22 Thread Dardo Sordi Bogado
http://groups.google.com.ar/groups?hl=esclient=firefox-arls=com.ubuntu:en-US:officialhs=3Xpq=cakephp+model+different+validation+rulesum=1ie=UTF-8sa=Ntab=wg On Fri, Feb 22, 2008 at 2:43 AM, bhushan A [EMAIL PROTECTED] wrote: please share the link if u have . thanks bhushan On Feb 21,

Re: Validation of one field for two different pages in cakephp.

2008-02-21 Thread Dardo Sordi Bogado
Try searching the group, also the bakery. This has been answered before. On Thu, Feb 21, 2008 at 3:01 AM, bhushan A [EMAIL PROTECTED] wrote: Hi all, i have one field 'abc'(numeric) in 'xyz' table .i want to provide validation for two different logins.. i.e for users login, this field

Re: Validation of one field for two different pages in cakephp.

2008-02-21 Thread bhushan A
please share the link if u have . thanks bhushan On Feb 21, 3:40 pm, Dardo Sordi Bogado [EMAIL PROTECTED] wrote: Try searching the group, also the bakery. This has been answered before. On Thu, Feb 21, 2008 at 3:01 AM, bhushan A [EMAIL PROTECTED] wrote: Hi all, i have one field

Validation of one field for two different pages in cakephp.

2008-02-20 Thread bhushan A
Hi all, i have one field 'abc'(numeric) in 'xyz' table .i want to provide validation for two different logins.. i.e for users login, this field should not exceed '5' and for admin's login this should not exceed '1' . How to achieve this. Should i change Model or view.? Please help.