玉川です。 Takeo Matumoto wrote: > $a = $test1->getA();//test1クラスのインスタンスのフィールド値を元に、 > $b = $test1->getB();//test2クラスのインスタンスフィールドを初期化 $this->a = $test1->getA(); $this->b = $test1->getB(); なのでは? -- 玉川@Sky