We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
65e4823
Support standard form array of POST and bug fix
support form array like
Array ( [attr1] => value1 [attr2] => value2 [relationName] => Array ( [0] => Array ( [attr1] => value1 [attr2] => value2 ) ) )
fix issues #46 , #45