コード例 #1
0
 public function __construct($ID, $db)
 {
     parent::__construct($ID, $db);
     $itemid = $this->getId();
     $this->details = $this->makeList($itemid, $db, 'listly', 'itype=2');
     $this->position = $this->thing;
 }
コード例 #2
0
 public function __construct($ID, $db)
 {
     parent::__construct($ID, $db);
     $this->degree = $this->thing;
 }