public function __construct($cnn) { parent::__construct($cnn, self::$tableName, self::$tablePk, self::$tableValue0, self::$tableValue1); $this->az = new AttributeZone($cnn); $this->zn = new Name($cnn); $this->zl = new ZoneLink($cnn); }
public function __construct($cnn, $tableName, $tablePk, $tableValue0, $tableValue1) { parent::__construct($cnn, $tableName, $tablePk, $tableValue0, $tableValue1); $this->tableName = $tableName; $this->tablePk = $tablePk; $this->tableValue0 = $tableValue0; $this->tableValue1 = $tableValue1; }
public function __construct($cnn) { parent::__construct($cnn, self::$tableName, self::$tablePk, self::$tableValue0, self::$tableValue1); $this->a = new Attribute($cnn); }