Skip to content

Instantly share code, notes, and snippets.

@tnamao
Created May 11, 2015 18:13
Show Gist options
  • Save tnamao/9e3a9bfcdec193bfea67 to your computer and use it in GitHub Desktop.
Save tnamao/9e3a9bfcdec193bfea67 to your computer and use it in GitHub Desktop.
public $validate = array(
'login' => array(
'アルファベットと数字だけです' => array(
'rule' => 'alphaNumeric',
),
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment