Its useful for further integration of yii-user with other code.
For example, i need to send user profiles via SOAP in my project, and i have
predefined names of parameters that contain uppercase symbols in SOAP
procedure, so it would be nice to give a names for profile fields that is
similar to parameter nemes in SOAP procedure, like 'firstName', 'lastName' for
avoiding unnecessary code.
ProfileField.php -> line 59:
array('varname', 'match', 'pattern' => '/^[A-Za-z_0-9]+$/u','message' =>
UserModule::t("Incorrect symbol's.")),
Original issue reported on code.google.com by ideax.ne...@gmail.com on 23 Sep 2010 at 11:24
Original issue reported on code.google.com by
ideax.ne...@gmail.com
on 23 Sep 2010 at 11:24