12345678910111213141516171819202122232425262728 |
- <?php
- defined('BASEPATH') or exit('No direct script access allowed');
-
- class ParserDatabase
- {
-
- // ------------------------------------------------------------------------
-
- public function __construct()
- {
- //
- }
-
- // ------------------------------------------------------------------------
-
- // ------------------------------------------------------------------------
-
- public function index()
- {
- //
- }
-
- // ------------------------------------------------------------------------
- }
-
- /* End of file ParserSetDatabase.php */
- /* Location: ./application/libraries/ParserSetDatabase.php */
|