1234567891011121314151617181920212223242526272829303132333435363738 |
- <?php
- defined('BASEPATH') or exit('No direct script access allowed');
-
- /**
- *
- * Libraries Parserdatabaselimpio
- *
- * This Libraries for ...
- *
- * @package CodeIgniter
- * @category Libraries
- * @author Setiawan Jodi <jodisetiawan@fisip-untirta.ac.id>
- * @link https://github.com/setdjod/myci-extension/
- * @param ...
- * @return ...
- *
- */
-
- class Parserdatabaselimpio
- {
-
- protected $CI;
-
- public function __construct()
- {
- $this->CI = &get_instance();
- }
-
- public function index()
- {
-
- }
-
- }
-
- /* End of file Parserdatabaselimpio.php */
- /* Location: ./application/libraries/Parserdatabaselimpio.php */
|