cakephp2-php8/lib/Cake/tests/test_app/config/var_test2.php
2011-04-11 23:19:49 -04:30

9 lines
No EOL
124 B
PHP

<?php
$config = array(
'Read' => 'value2',
'Deep' => array(
'Second' => array(
'SecondDeepest' => 'buried2'
)
)
);