📂 FileMgr
📍
/home/rsukartini.com/rs/tests/_support/Models
✏️ Edit File: /home/rsukartini.com/rs/tests/_support/Models/ExampleModel.php
⬅ Kembali
<?php namespace Tests\Support\Models; use CodeIgniter\Model; class ExampleModel extends Model { protected $table = 'factories'; protected $primaryKey = 'id'; protected $returnType = 'object'; protected $useSoftDeletes = false; protected $allowedFields = [ 'name', 'uid', 'class', 'icon', 'summary', ]; protected $useTimestamps = true; protected $validationRules = []; protected $validationMessages = []; protected $skipValidation = false; }
💾 Simpan File
Batal
⬅ Naik ke _support
1 item
Nama
Tipe
Ukuran
Diubah
Aksi
🐘
ExampleModel.php
php
554 B
2025-05-02 16:00
✏️ Edit
👁️ View
🗑 Hapus