Ejemplo n.º 1
0
 public function __construct($data = "")
 {
     $this->propertyTable['moduls'] = 'moduls';
     $this->propertyTable['db'] = 'db';
     if (is_array($data)) {
         parent::__construct($data);
     }
     // guardem les dades dins de data
 }
Ejemplo n.º 2
0
 function __construct($data)
 {
     $this->propertyTable['dni'] = 'dni';
     $this->propertyTable['name'] = 'name';
     $this->propertyTable['sec'] = 'sex';
     $this->propertyTable['email'] = 'email';
     $this->propertyTable['photoURL'] = 'photoURL';
     $this->propertyTable['type'] = 'type';
     $this->propertyTable['db'] = 'db';
     if (is_array($data)) {
         parent::__construct($data);
     }
     // guardem les dades dins de data
 }