Beispiel #1
0
 public function __construct($masterserver, $readserver, $nname)
 {
     //if (!$this->__table) {
     //$this->__table = lget_class($this);
     //}
     parent::__construct($masterserver, $readserver, $nname);
 }
Beispiel #2
0
 function __construct($masterserver, $readserver, $root, $name, $__username_o)
 {
     $this->root = $root;
     $this->__username_o = $__username_o;
     parent::__construct($masterserver, $readserver, $name);
 }