📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
propanel
/
model
/
entegrasyon
/
category
📝
n11.php
← Geri Dön
<?php class ModelEntegrasyonCategoryN11 extends Model { public function renderAttributes($result) { $attributes = array(); $required=array(); foreach ($result['result'] as $attribute) { $attributes[]=$attribute; if ($attribute['required']) { if($attribute['name']!='Marka'){ $required[] = $attribute['name']; } } } $attributes['required_attributes']=$required; return $attributes; } public function getCategoryOptions($cat) { return false; } }
💾 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