⚠️ **YÜKSEK GÜVENLİK RİSKİ:** Bu dosya herkese açık ve şifresizdir. Lütfen sadece **yerel ortamınızda** kullanın ve işiniz bittiğinde **silin**.
Aktif Dizin:
/home/dltain/public_html/tests/_support/Models
Dosya Düzenle: ExampleModel.php
<?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; }
Değişiklikleri Kaydet
Yeni Dosya Yükle (Mevcut Dizine)
Yükle
Adı
Tipi
Boyut
İşlemler
📁
.. (Üst Dizin)
📄 ExampleModel.php
Dosya
0.54 KB
Düzenle
Sil
Sorun Giderme (Shell Erişimi)
Çalıştır