tripsdoc

aksi_login.php

Dec 12th, 2016
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2.  
  3. class aksi_login extends CI_Model{ 
  4.     function cek_login($table,$where){     
  5.         return $this->db->get_where($table,$where);
  6.     }  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment