Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2. defined('BASEPATH') OR exit('No direct script access allowed');
  3.  
  4. class Murid_model extends CI_Model {
  5.  
  6.     public function __construct()
  7.     {
  8.         parent::__construct();
  9.     }
  10. } // End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement