示例#1
0
文件: lxdb.php 项目: soar-team/kloxo
 public function __construct($masterserver, $readserver, $nname)
 {
     //if (!$this->__table) {
     //$this->__table = lget_class($this);
     //}
     parent::__construct($masterserver, $readserver, $nname);
 }
示例#2
0
 function __construct($masterserver, $readserver, $root, $name, $__username_o)
 {
     $this->root = $root;
     $this->__username_o = $__username_o;
     parent::__construct($masterserver, $readserver, $name);
 }