Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->connection = new RegisterClass();
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->connection = new AssignStaff();
 }
 public function __construct()
 {
     parent::__construct();
     $this->connection = new RegisterGeneral();
 }
Esempio n. 4
0
 public function __construct()
 {
     $this->connection = new Setup();
     parent::__construct();
 }
Esempio n. 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();
 }