__construct() public method

public __construct ( )
Ejemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->cert_path = $_SERVER['DOCUMENT_ROOT'] . '/lms/custom/certificates';
     //$this->cert_path = $_SERVER['DOCUMENT_ROOT'] . '/lms/custom/my_dir/certificates';
     $this->host = $_SERVER['SERVER_NAME'];
 }
Ejemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->payment = new Payment();
     $this->invoice = new Invoices();
     $this->db = new pdo_db();
 }
Ejemplo n.º 3
0
 function __construct()
 {
     global $COURSE;
     parent::__construct();
     $this->courseid = $COURSE->id;
     $this->labels_path = $_SERVER['DOCUMENT_ROOT'] . '/print';
     $this->create_scheduler_data();
 }
Ejemplo n.º 4
0
 function __construct()
 {
     parent::__construct();
     $this->resolution_path = 'https://' . $_SERVER['SERVER_NAME'] . '/lms/custom/my/get_screen_resolution.php';
     $this->resolution_path2 = $_SERVER['SERVER_NAME'];
     $this->assignment_module = 1;
     $this->assesment_path = $_SERVER['DOCUMENT_ROOT'] . "/lms/custom/my";
     $this->create_programs_data();
 }
Ejemplo n.º 5
0
 function __construct()
 {
     parent::__construct();
     $this->cert_path = $_SERVER['DOCUMENT_ROOT'] . '/lms/custom/certificates';
     $this->files_path = $_SERVER['DOCUMENT_ROOT'] . '/lms/custom/reports/files';
     $this->card_report_csv_file = 'card_payments.csv';
     $this->cash_report_scv_file = 'cash_payments_csv';
     $this->cheque_report_csv_file = 'cheque_payment.csv';
     $this->refund_report_csv_file = 'refund_payments.csv';
     $this->invoice_report_csv_file = 'invoice_payments.csv';
 }
Ejemplo n.º 6
0
 function __construct()
 {
     parent::__construct();
 }
Ejemplo n.º 7
0
 function __construct()
 {
     parent::__construct();
     $this->sources = $this->get_users_sources();
     $this->states = $this->get_user_states();
 }
Ejemplo n.º 8
0
 /**
  * Constuctor
  */
 function __construct()
 {
     parent::__construct('Geolocation for IP', 'module_icons/geoip.png');
 }
Ejemplo n.º 9
0
 function __construct()
 {
     parent::__construct();
     $this->host = $_SERVER['SERVER_NAME'];
     $this->slides_path = $_SERVER['DOCUMENT_ROOT'] . '/assets/slides';
 }
Ejemplo n.º 10
0
 function __construct()
 {
     parent::__construct();
     $this->create_courses_data();
     $this->create_installment_users_data();
 }
Ejemplo n.º 11
0
 function __construct()
 {
     parent::__construct();
     $this->invoice = new Invoices();
 }
Ejemplo n.º 12
0
 function __construct()
 {
     parent::__construct();
     $this->modulos = array(array('Administración de Usuarios y Perfiles', USUARIOS), array('Configuración', CONFIGURACION), array('Citas', CITAS), array('Consultas', CONSULTAS), array('Admision', ADMISION), array('Reportes', REPORTES));
     sort($this->modulos);
 }
Ejemplo n.º 13
0
 function __construct()
 {
     parent::__construct();
     $this->cert_path = $_SERVER['DOCUMENT_ROOT'] . '/lms/custom/certificates';
     $this->invoice_path = $_SERVER['DOCUMENT_ROOT'] . '/lms/custom/invoices';
 }
Ejemplo n.º 14
0
 function __construct($id)
 {
     parent::__construct();
     $this->category_id = $id;
 }
Ejemplo n.º 15
0
 function __construct()
 {
     parent::__construct();
     $this->cert = new Certificates();
 }