Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write to array in array #19

Open
sheriffmarley opened this issue Jan 28, 2019 · 0 comments
Open

Write to array in array #19

sheriffmarley opened this issue Jan 28, 2019 · 0 comments

Comments

@sheriffmarley
Copy link

sheriffmarley commented Jan 28, 2019

I need to write an array to an array. Is this possible even possible? Like e.g.

rules.php

return [
'rules' => [
       [
            'name' => 'Test rule',
            'value' => 'value1'
        ],
        [
            'name' => 'Test rule 2',
            'value' => 'value 2'
        ]
    ]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant