diff --git a/app/Controllers/BDSReportController.php b/app/Controllers/BDSReportController.php new file mode 100644 index 00000000..09e872c3 --- /dev/null +++ b/app/Controllers/BDSReportController.php @@ -0,0 +1,50 @@ +myLogger = \Config\Services::mylogger(); + + $this->clientModel = new ClientModel(); + $this->clientPolicyModel = new ClientPolicyModel(); + $this->insurerModel = new InsurerModel(); + $this->insurerBranchModel = new InsurerBranchModel(); + $this->policyTransactionModel = new PolicyTransactionModel(); + $this->PTCOShareDetailsModel = new PTCOShareDetailsModel(); + $this->coShareStmtDetailsModel = new COShareStmtDetailsModel(); + + + } + public function index() + { + // + } + + // ----------------------------------------------------------------------------------------- +}