X7ROOT File Manager
Current Path:
/home/hamdjcne/app.hamdalillahitravel.com/system/Commands/Generators/Views
home
/
hamdjcne
/
app.hamdalillahitravel.com
/
system
/
Commands
/
Generators
/
Views
/
ðŸ“
..
📄
command.tpl.php
(1.28 KB)
📄
config.tpl.php
(111 B)
📄
controller.tpl.php
(2.86 KB)
📄
entity.tpl.php
(223 B)
📄
filter.tpl.php
(1.32 KB)
📄
migration.tpl.php
(1.26 KB)
📄
model.tpl.php
(1.2 KB)
📄
seeder.tpl.php
(147 B)
📄
validation.tpl.php
(134 B)
Editing: model.tpl.php
<@php namespace {namespace}; use CodeIgniter\Model; class {class} extends Model { protected $DBGroup = '{dbGroup}'; protected $table = '{table}'; protected $primaryKey = 'id'; protected $useAutoIncrement = true; protected $insertID = 0; protected $returnType = {return}; protected $useSoftDeletes = false; protected $protectFields = true; protected $allowedFields = []; // Dates protected $useTimestamps = false; protected $dateFormat = 'datetime'; protected $createdField = 'created_at'; protected $updatedField = 'updated_at'; protected $deletedField = 'deleted_at'; // Validation protected $validationRules = []; protected $validationMessages = []; protected $skipValidation = false; protected $cleanValidationRules = true; // Callbacks protected $allowCallbacks = true; protected $beforeInsert = []; protected $afterInsert = []; protected $beforeUpdate = []; protected $afterUpdate = []; protected $beforeFind = []; protected $afterFind = []; protected $beforeDelete = []; protected $afterDelete = []; }
Upload File
Create Folder