/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/* 
    Use GetData to merge multiple groups. 
*/

class CACHESetReader {
 function __construct(&$props) {
    /*
	We somehow should get from props who is READER providing CACHESet?
	Or we just creating CACHESet using srctree?
      ->Or accept non-standard parameters (READER) in the constructor
	Or merge with VIRTUAL
    */
    
 }
}


?>