ParserDatabase.php 633B

12345678910111213141516171819202122232425262728
  1. <?php
  2. defined('BASEPATH') or exit('No direct script access allowed');
  3. class ParserDatabase
  4. {
  5. // ------------------------------------------------------------------------
  6. public function __construct()
  7. {
  8. //
  9. }
  10. // ------------------------------------------------------------------------
  11. // ------------------------------------------------------------------------
  12. public function index()
  13. {
  14. //
  15. }
  16. // ------------------------------------------------------------------------
  17. }
  18. /* End of file ParserSetDatabase.php */
  19. /* Location: ./application/libraries/ParserSetDatabase.php */