cakephp2-php8/lib/Cake/Test/test_app/Config/var_test2.php
Jose Lorenzo Rodriguez ded3cb4826 Renaming more folders
2011-05-13 02:31:33 -04:30

9 lines
No EOL
124 B
PHP

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