瀏覽代碼

instanciar libreria de insercion en acabar parser de archivos y datos

Nermosis 3 年之前
父節點
當前提交
c767e25444
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      application/controllers/Parser.php

+ 3 - 0
application/controllers/Parser.php 查看文件

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
             }