dreamjob/lib/Cake/Test/test_app/Config/var_test2.php

14 lines
200 B
PHP
Executable File

<?php
$config = array(
'Read' => 'value2',
'Deep' => array(
'Second' => array(
'SecondDeepest' => 'buried2'
)
),
'TestAcl' => array(
'classname' => 'Overwrite',
'custom' => 'one'
)
);