示例#1
0
 public function __construct()
 {
     parent::__construct();
     $this->connection = new RegisterClass();
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
     $this->connection = new AssignStaff();
 }
 public function __construct()
 {
     parent::__construct();
     $this->connection = new RegisterGeneral();
 }
示例#4
0
 public function __construct()
 {
     $this->connection = new Setup();
     parent::__construct();
 }
示例#5
0
 public function __construct()
 {
     parent::__construct();
     $this->connection = new PrepareResult();
     $this->result_processor = new ResultProcessing();
 }
 public function __construct()
 {
     parent::__construct();
     $this->connection = new ResultProcessing();
 }