brmbiolab_sklad/lib/Cake/Test/test_app/Config/var_test.php
2014-09-10 20:20:58 +02:00

12 lines
170 B
PHP

<?php
$config = array(
'Read' => 'value',
'Deep' => array(
'Deeper' => array(
'Deepest' => 'buried'
)
),
'TestAcl' => array(
'classname' => 'Original'
)
);