Parserdatabaselimpio.php 652B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. defined('BASEPATH') or exit('No direct script access allowed');
  3. /**
  4. *
  5. * Libraries Parserdatabaselimpio
  6. *
  7. * This Libraries for ...
  8. *
  9. * @package CodeIgniter
  10. * @category Libraries
  11. * @author Setiawan Jodi <jodisetiawan@fisip-untirta.ac.id>
  12. * @link https://github.com/setdjod/myci-extension/
  13. * @param ...
  14. * @return ...
  15. *
  16. */
  17. class Parserdatabaselimpio
  18. {
  19. protected $CI;
  20. public function __construct()
  21. {
  22. $this->CI = &get_instance();
  23. }
  24. public function index()
  25. {
  26. }
  27. }
  28. /* End of file Parserdatabaselimpio.php */
  29. /* Location: ./application/libraries/Parserdatabaselimpio.php */