I have the following function in the model that I want to enter in the database:
public function agregarBolsasModel($datos, $tabla){
$stmt = Conexion::conectar() -> prepare("INSERT INTO $tabla(lote, caja, bolsa)VALUES(:uno1, :dos2,...
asked by
21.02.2018 / 04:17