/**
  * Initialize object specification
  *
  * @return CMbObjectSpec the spec
  */
 function getSpec()
 {
     $spec = parent::getSpec();
     $spec->table = "receiver_hprimsante_config";
     $spec->key = "receiver_hprimsante_config_id";
     $spec->uniques["uniques"] = array("object_id");
     return $spec;
 }
Esempio n. 2
0
 /**
  * @see parent::getSpec()
  */
 function getSpec()
 {
     $spec = parent::getSpec();
     $spec->table = "groups_config";
     $spec->key = "groups_config_id";
     $spec->uniques["uniques"] = array("object_id");
     return $spec;
 }
 /**
  * Initialize object specification
  *
  * @return CMbObjectSpec the spec
  */
 function getSpec()
 {
     $spec = parent::getSpec();
     $spec->table = "destinataire_hprim_config";
     $spec->key = "dest_hprim_config_id";
     $spec->uniques["uniques"] = array("object_id");
     return $spec;
 }