Advertisement
shev_anto

mproduk

Sep 22nd, 2017
3,495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2. if (!defined('BASEPATH'))
  3.     exit('No direct script access allowed');
  4.  
  5. class Mproduk extends CI_Model {
  6.  
  7.         function __construct () {
  8.         parent::__construct();
  9.        
  10.         }
  11.  
  12.     function produk(){
  13.         return $this->db->get('produk');
  14.     }  
  15.    
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement