Skip to content

Instantly share code, notes, and snippets.

@gentisaliu
Created May 16, 2014 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gentisaliu/594aef7eb9259695c288 to your computer and use it in GitHub Desktop.
Save gentisaliu/594aef7eb9259695c288 to your computer and use it in GitHub Desktop.
array(4) {
["email"]=>
array(1) {
[0]=>
string(22) "The email is required."
}
["password"]=>
array(1) {
["first"]=>
array(1) {
[0]=>
string(25) "The password is required."
}
}
["birthday"]=>
array(1) {
[0]=>
string(25) "The birthday is required."
}
["address"]=>
array(1) {
["postalCode"]=>
array(1) {
[0]=>
string(21) "The city is required."
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment