Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
<?php
2
$config = array(
3
	'Read' => 'value',
4
	'Deep' => array(
5
		'Deeper' => array(
6
			'Deepest' => 'buried'
7
		)
8
	),
9
	'TestAcl' => array(
10
		'classname' => 'Original'
11
	)
12
);