cakephp2-php8/lib/Cake/Test/test_app/config/var_test2.php
2011-05-13 01:53:49 -04:30

9 lines
No EOL
124 B
PHP

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