Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
16591 anikendra 1
<?php
2
$config = array(
3
	'Read' => 'value2',
4
	'Deep' => array(
5
		'Second' => array(
6
			'SecondDeepest' => 'buried2'
7
		)
8
	),
9
	'TestAcl' => array(
10
		'classname' => 'Overwrite',
11
		'custom' => 'one'
12
	)
13
);