Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- namespace App\Models;
- use CodeIgniter\Model;
- class Modelmhs extends Model
- {
- protected $table = 'mahasiswa';
- protected $primaryKey = 'mhsnobp';
- protected $allowedFields = ['mhsnobp', 'mhsnama', 'mhsalamat', 'mhstelp'];
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement