Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

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