コード例 #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
ファイル: common.php プロジェクト: show123456/taiyou
 public function __construct($name)
 {
     parent::__construct();
     $this->_name = $name;
 }