public function __construct() { parent::__construct(); $this->connection = new RegisterClass(); }
public function __construct() { parent::__construct(); $this->connection = new AssignStaff(); }
public function __construct() { parent::__construct(); $this->connection = new RegisterGeneral(); }
public function __construct() { $this->connection = new Setup(); parent::__construct(); }
public function __construct() { parent::__construct(); $this->connection = new PrepareResult(); $this->result_processor = new ResultProcessing(); }
public function __construct() { parent::__construct(); $this->connection = new ResultProcessing(); }