Facebook
From niko, 3 Years ago, written in Plain Text.
This paste is a reply to Untitled from niko - view diff
Embed
Download Paste or View Raw
Hits: 161
  1. <?php
  2.  
  3. namespace App\Models;
  4.  
  5. use CodeIgniter\Model;
  6.  
  7. class MhsModel extends Model
  8. {
  9.     protected $table      = 'mahasiswa';
  10.     protected $primaryKey = 'NRP';
  11.  
  12.     protected $useAutoIncrement = false;
  13.     protected $allowedFields = ['NRP', 'Nama', 'Alamat', 'NoHP', 'Jurusan'];
  14. }

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Beefy Peccary text 3 Years ago.