예제 #1
0
 function __construct()
 {
     parent::__construct();
     require_once 'validation.php';
     $this->obj_val = new Validation();
     $this->OBJ_VALI = new Validation();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     require_once 'validation.php';
     require_once 'ProfileClass.php';
     $this->OBJ_PASS = new ProfileClass();
     $this->OBJ_VAL = new Validation();
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->obj_vali = new Validation();
     $this->level_user_id = null;
     $this->NO_OF_LEVEL = 3;
     $this->table_prefix = "31";
 }
 public function __construct()
 {
     parent::__construct();
     require_once 'validation.php';
     $this->OBJ_VALI = new Validation();
     require_once 'Phpmailer.php';
     $this->mailObj = new PHPMailer();
 }
 public function __construct()
 {
     parent::__construct();
     require_once 'SelectReportClass.php';
     $this->obj_payout = new SelectReportClass();
     require_once 'Page.php';
     $this->obj_page = new Page();
 }
예제 #6
0
 function __construct()
 {
     parent::__construct();
     require_once 'FileUpload.php';
     $this->up = new FileUpload();
     require_once 'validation.php';
     $this->val = new Validation();
 }
예제 #7
0
 public function __construct()
 {
     parent::__construct();
     require_once 'validation.php';
     $this->obj_vali = new Validation();
     $this->obj_product = new product_model();
     $this->obj_config = new configuration_model();
     require_once 'Phpmailer.php';
     $this->mailObj = new PHPMailer();
 }
예제 #8
0
 public function __construct()
 {
     parent::__construct();
     require_once 'validation.php';
     $this->OBJ_VALI = new Validation();
     require_once 'excel/class-excel-xml.inc.php';
     $this->obj_xml = new Excel_XML();
     require_once 'payout_model.php';
     $this->obj_payout = new payout_model();
 }
예제 #9
0
 public function __construct()
 {
     //$this->connectDB();
     parent::__construct();
     require_once "Page.php";
     $this->OBJ_PAGE = new Page();
     require_once 'Phpmailer.php';
     $this->mailObj = new PHPMailer();
     require_once 'validation.php';
     $this->obj_val = new Validation();
 }
예제 #10
0
 public function __construct()
 {
     parent::__construct();
     $this->fromDateCal = null;
     $this->toDateCal = null;
     $this->user_arr = array();
     $this->user_detail_id_arr = array();
     $this->downline_user = array();
     $this->upline_id_arr = array();
     $this->each_level_leg_count = array();
 }
예제 #11
0
 public function __construct()
 {
     parent::__construct();
     require_once 'registersubmit.php';
     $this->OBJ_REG = new registersubmit();
     require_once 'validation.php';
     $this->OBJ_VALI = new Validation();
     require_once 'FileUpload.php';
     $this->fileup = new FileUpload();
     require_once 'member_model.php';
     $this->obj_mem = new member_model();
 }
예제 #12
0
 function __construct()
 {
     parent::__construct();
     require_once 'PayoutClass.php';
     $this->obj_payout = new PayoutClass();
     require_once 'PayoutClass.php';
     $this->obj_page = new PayoutClass();
     require_once 'Page.php';
     $this->obj_page = new Page();
     require_once 'validation.php';
     $this->obj_val = new Validation();
     require_once 'register_model.php';
     $this->obj_reg = new register_model();
 }
 public function __construct()
 {
     parent::__construct();
     $this->obj_vali = new Validation();
     $this->obj_board_view = new boardview_model();
     $this->level_user_id = null;
     $this->upline_id_arr = array();
     $this->obj_set = new Settings();
     $this->ACTIVE_SPONSER = 0;
     $this->NO_OF_LEVEL = 2;
     //IF THE BOARD SEVEN PUT TAKE 2 or FIFTEEN TAKE IT AS 3
     $this->OBJ_SHUFFLING_BOARD = new Shuffling();
     $this->BOARD_TABLE_NO = 0;
     $this->OBJ_SET = new Settings();
     //$this->connectDB();
 }
예제 #14
0
 function __construct()
 {
     parent::__construct();
     require_once 'sms_config.php';
     require_once 'sms/lib/nusoap.php';
     require_once 'Misc.php';
     $this->obj_misc = new Misc();
     $this->phone_no_arr = null;
     $this->sms_msg = null;
     $this->client_obj = null;
     $this->sms_param = array();
     $this->sms_acct_username = $sms_username;
     $this->sms_acct_password = $sms_password;
     $this->sms_sender_id = $sms_senderid;
     $this->sms_api_path = $sms_api_path;
     //$this->client_obj = new soapclient1($this->sms_api_path, true);
     $this->client_obj = new nusoap_client($this->sms_api_path, true);
 }
예제 #15
0
 function __construct($product_status = '11')
 {
     parent::__construct();
     if ($this->uri->segments[1] != 'mobile') {
         $this->MODULE_STATUS = $this->menu->MODULE_STATUS;
         $product_status = $this->MODULE_STATUS['product_status'];
     }
     require_once "Page.php";
     $this->OBJ_PAGE = new Page();
     require_once 'Misc.php';
     $this->OBJ_MISC = new Misc();
     if ($product_status == 'yes') {
         require_once 'Pin.php';
     } else {
         require_once 'PinWithOutProduct.php';
     }
     $this->OBJ_PIN = new Pin();
     if ($product_status == "yes") {
         require_once 'product_model.php';
         $this->OBJ_PRODUCT = new product_model();
     }
     require_once 'validation.php';
     $this->OBJ_VALI = new validation();
 }
예제 #16
0
 public function __construct()
 {
     parent::__construct();
     require_once 'Phpmailer.php';
     $this->mailObj = new PHPMailer();
 }
예제 #17
0
 function __construct()
 {
     parent::__construct();
     $this->trackModule();
 }
예제 #18
0
 function __construct()
 {
     parent::__construct();
     $this->obj_tree = new getTree();
 }
예제 #19
0
 public function __construct()
 {
     parent::__construct();
     require_once 'validation.php';
     $this->obj_vali = new Validation();
 }
예제 #20
0
 function __construct()
 {
     parent::__construct();
 }
예제 #21
0
 public function __construct()
 {
     parent::__construct();
     $this->BACKUP_PATH = "db_backup/";
     $this->DATABSE_NAME = DB_NAME;
 }
예제 #22
0
 public function __construct()
 {
     //require_once 'Database.php';
     parent::__construct();
 }
 function __construct()
 {
     parent::__construct();
     require_once 'validation.php';
     $this->Obj_val = new validation();
 }