'desc_permiso' => $this->getDescripcion(),
'responsable' => $this->getResponsable(),
);
- return $this->_db->autoExecute('permiso', $datos, DB_AUTOQUERY_INSERT);
+ return $this->_db->autoExecute('samurai.permiso', $datos, DB_AUTOQUERY_INSERT);
}
// -X2C
'desc_permiso' => $this->getDescripcion(),
'responsable' => $this->getResponsable(),
);
- return $this->_db->autoExecute('permiso', $datos, DB_AUTOQUERY_UPDATE, 'id_permiso ='.$this->getId());
+ return $this->_db->autoExecute('samurai.permiso', $datos, DB_AUTOQUERY_UPDATE, 'id_permiso ='.$this->getId());
}
// -X2C
$consulta.= $sql['obtener_datos_permiso3'];
$tmp[] = $id_sistema;
}
+ $consulta.= $sql['obtener_datos_permiso5'];
$dbh = $db->prepare($consulta);
$res = $db->execute($dbh, $tmp);
while ($re = $res->fetchrow(DB_FETCHMODE_ASSOC)) {
} // -X2C Class :SAMURAI_Permiso
-?>
+?>
\ No newline at end of file