public function __construct() { $this->customer_id = $_SESSION['customer_id'] ? $_SESSION['customer_id'] : $_WGT['m_customer_id']; parent::__construct(); }
public function __construct($name) { parent::__construct(); $this->_name = $name; }