#1 gongcong
class A{private $one;
private $two;
public function __construct($one,$two) {
$this->one = $one;
$this->two = $two;
}
}
请问实例化的时候
$aa = spClass('A');
这样创建要怎么传递one,two这两个参数的啊?
2011-11-01 14:53:59
2011-11-01 14:53:59
2011-11-01 14:59:43
2011-11-01 15:07:50