📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
kuruyemisciscripti.demodesign.com.tr
/
application
/
controllers
📝
HomeController.php
← Geri Dön
<?php class HomeController extends CI_Controller { public $module = 'home'; public function index() { $this->load->model('banner'); $this->load->model('service'); // $this->load->model('project'); $this->load->model('content'); $this->load->model('news'); // $this->load->model('reference'); $this->load->view('master', array( 'view' => 'home', // 'projects' => $this->project->all(), 'reserved' => $this->content->reserved('home'), 'services' => $this->service->all(3), 'newsRecords' => $this->news->all(), // 'references' => $this->reference->all(), )); } }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula