|
@@ -0,0 +1,27 @@
|
|
1
|
+<?php
|
|
2
|
+defined('BASEPATH') or exit('No direct script access allowed');
|
|
3
|
+
|
|
4
|
+class ParserDatabase
|
|
5
|
+{
|
|
6
|
+
|
|
7
|
+ // ------------------------------------------------------------------------
|
|
8
|
+
|
|
9
|
+ public function __construct()
|
|
10
|
+ {
|
|
11
|
+ //
|
|
12
|
+ }
|
|
13
|
+
|
|
14
|
+ // ------------------------------------------------------------------------
|
|
15
|
+
|
|
16
|
+ // ------------------------------------------------------------------------
|
|
17
|
+
|
|
18
|
+ public function index()
|
|
19
|
+ {
|
|
20
|
+ //
|
|
21
|
+ }
|
|
22
|
+
|
|
23
|
+ // ------------------------------------------------------------------------
|
|
24
|
+}
|
|
25
|
+
|
|
26
|
+/* End of file ParserSetDatabase.php */
|
|
27
|
+/* Location: ./application/libraries/ParserSetDatabase.php */
|