Aura.Web 2.2.0 released

7 views
Skip to first unread message

Hari K T

unread,
Jun 21, 2022, 1:05:37 AM6/21/22
to aur...@googlegroups.com
Hi all, 

2.2.0 release which now supports dot notation to gain access to arrays in Values objects by @proggeler in https://github.com/auraphp/Aura.Web/pull/59

Example :

$nested_array = array(
'foo' => array(
'foo' => 'bar',
'bar' => array('foo' => 'deeply nested'),
'foo.with.dot' => 'value'
),
'foo.with.dot' => 'string value'
);

$request->post->get('foo.with.dot');

$request->post->get('foo.bar');
Reply all
Reply to author
Forward
0 new messages