cakephp2-php8/lib/Cake/tests/test_app/config/var_test.php
José Lorenzo Rodríguez 4a287faa1e Moving the tests folder
2010-12-08 01:36:38 -04:30

9 lines
No EOL
116 B
PHP

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