📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
catalog
/
model
/
setting
📝
store.php
← Geri Dön
<?php class ModelSettingStore extends Model { public function getStores($data = array()) { $store_data = $this->cache->get('store'); if (!$store_data) { $query = $this->db->query("SELECT * FROM " . DB_PREFIX . "store ORDER BY url"); $store_data = $query->rows; $this->cache->set('store', $store_data); } return $store_data; } }
💾 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