mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-06-08 13:14:01 +02:00
12 lines
170 B
PHP
12 lines
170 B
PHP
<?php
|
|
$config = array(
|
|
'Read' => 'value',
|
|
'Deep' => array(
|
|
'Deeper' => array(
|
|
'Deepest' => 'buried'
|
|
)
|
|
),
|
|
'TestAcl' => array(
|
|
'classname' => 'Original'
|
|
)
|
|
);
|