예제 #1
0
파일: mine.php 프로젝트: show123456/taiyou
 public function __construct()
 {
     $this->customer_id = $_SESSION['customer_id'] ? $_SESSION['customer_id'] : $_WGT['m_customer_id'];
     parent::__construct();
 }
예제 #2
0
 public function __construct($name)
 {
     parent::__construct();
     $this->_name = $name;
 }