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

13 lines
170 B
PHP
Executable File

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