Ejemplo n.º 1
0
 function __construct(sqlConnect $conx = NULL, $table_name = "")
 {
     parent::__construct($conx, $table_name);
     $this->setLogRun(RADRIA_LOG_RUN_OFUZ);
     $this->rest_apikey_gen_secret_key = OFUZ_RESTAPIKEY_GEN_SECRECT_KEY;
 }