Ejemplo n.º 1
0
 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);
 }
Ejemplo n.º 2
0
 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);
 }