Browse Source

instanciar libreria de insercion en acabar parser de archivos y datos

Nermosis 3 years ago
parent
commit
c767e25444
1 changed files with 3 additions and 0 deletions
  1. 3 0
      application/controllers/Parser.php

+ 3 - 0
application/controllers/Parser.php View File

18
         $this->load->helper('file');
18
         $this->load->helper('file');
19
         $this->load->helper('xml');
19
         $this->load->helper('xml');
20
         $this->load->library('parserfile');
20
         $this->load->library('parserfile');
21
+        $this->load->library('parserdatabaselimpio');
21
         $this->load->model("Parser_model");
22
         $this->load->model("Parser_model");
22
     }
23
     }
23
 
24
 
46
                         $this->parserfile->index($this->rutaDiariaFecha, $fechaCarpeta, $row);
47
                         $this->parserfile->index($this->rutaDiariaFecha, $fechaCarpeta, $row);
47
                     }
48
                     }
48
                 }
49
                 }
50
+
51
+                $this->parserdatabaselimpio->index();
49
             } else {
52
             } else {
50
                 echo "EXISTE UN CRON EN MARCHA.";
53
                 echo "EXISTE UN CRON EN MARCHA.";
51
             }
54
             }