There are many great improvements coming with CakePHP 1.2. On this article we'll take a look at multiple rules of validation per field, and how easy it is to use them on our 1.2 models. On its 1.1 release, CakePHP only allowed us to define one rule of validation per field. If we needed to specify more than one rule, we either had to use some handy extensions to CakePHP that are available, or achie