예제 #1
0
 public function __construct($id = 0)
 {
     parent::__construct("produit");
     if ($id > 0) {
         $this->charger($id);
     }
 }
예제 #2
0
 public function __construct($id = 0)
 {
     parent::__construct("parent", "moddos");
     if ($id > 0) {
         $this->charger($id);
     }
 }
예제 #3
0
 public function __construct($id = 0)
 {
     parent::__construct(array("produit", "rubrique", "contenu", "dossier"));
     if ($id > 0) {
         $this->charger($id);
     }
 }
예제 #4
0
 public function __construct($id = 0)
 {
     parent::__construct("type");
     if ($id > 0) {
         $this->charger_id($id);
     }
 }
예제 #5
0
 public function __construct($ref = "")
 {
     parent::__construct("rubrique", "modprod");
     if ($ref != "") {
         $this->charger($ref);
     }
 }