function __construct() { parent::__construct(); epl_log('init', get_class() . ' initialized.', 1); $this->dates = array(); $this->values = null; $this->hide_past = true; }
function __construct() { parent::__construct(); epl_log('init', get_class() . " initialized"); global $ecm; //$ecm = & $this; self::$instance = $this; }
function __construct() { parent::__construct(); epl_log('init', get_class() . " initialized"); global $ecm; //$ecm = & $this; //$this->erm = $this->epl->load_model('epl-registration-model'); self::$instance = $this; }
function __construct() { parent::__construct(); global $event_details; self::$instance = $this; $this->ecm = $this->epl->load_model('epl-common-model'); $this->edbm = $this->epl->load_model('epl-db-model'); $this->erm = $this->epl->load_model('epl-registration-model'); $this->delim = EPL_db_model::get_instance()->delim; }
function __construct() { parent::__construct(); global $event_details; self::$instance = $this; $this->ecm = $this->epl->load_model('epl_common_model'); $this->discount_amount = 0; $this->discounted_amount = 0; $this->auto_discounts = array(); $this->all_discount_configs = array(); $this->auto_discount_source = array(); }
function __construct() { parent::__construct(); epl_log('init', get_class() . ' initialized.', 1); $this->dates = array(); }
function __construct() { parent::__construct(); $this->erm = $this->epl->load_model('epl-registration-model'); $this->ecm = $this->epl->load_model('epl-common-model'); }