Skip to content

Support standard form array of POST and bug fix

Compare
Choose a tag to compare
@mootensai mootensai released this 28 Sep 08:24
· 9 commits to master since this release

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