Beispiel #1
0
 function __construct($request)
 {
     parent::__construct($request);
     global $project_datapath;
     global $project_webroot;
     $this->projectpath = $project_webroot;
     $this->userdata = new Userdata($request);
 }
Beispiel #2
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->data = array();
 }