/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to classes/readers/vgreader.php

  • Committer: Aram Yeghikyan
  • Date: 2008-12-02 13:00:06 UTC
  • Revision ID: eghikyan@gmail.com-20081202130006-2786zkp6xe9njsd2
Axis and other staff

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 var $login;
9
9
 
10
10
 function __construct(&$props){
 
11
    //print_r($props);
11
12
    global $ADEI_ROOTDIR;
12
13
    parent::__construct($props);
13
14
    $pathToConfigFile = $ADEI_ROOTDIR."/config.xml";
307
308
 
308
309
    return $sngArray;
309
310
 }
310
 
 
311
311
 function CreateCache(LOGGROUP $grp = NULL, $flags = 0) {
312
312
    $info = $this->GetRealGroupInfo($grp);
313
313
    $greq = new GROUPRequest($info);
314
314
    return new CACHE($greq, $rdr = NULL, $flags);
315
315
 }
316
 
 
317
316
 function validateUserInProps(){
318
317
//    if(!isset($this->req->login)){
319
318
        $this->login = "0";