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

13 lines
170 B
PHP
Raw Normal View History

2014-02-18 12:10:29 +01:00
<?php
$config = array(
'Read' => 'value',
'Deep' => array(
'Deeper' => array(
'Deepest' => 'buried'
)
),
'TestAcl' => array(
'classname' => 'Original'
)
);