-
-
Notifications
You must be signed in to change notification settings - Fork 277
Expand file tree
/
Copy pathconfiguring.texy
More file actions
36 lines (30 loc) · 3.27 KB
/
configuring.texy
File metadata and controls
36 lines (30 loc) · 3.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Nette Yapılandırması
********************
.[perex]
Nette Framework'teki tüm yapılandırma seçeneklerine genel bakış.
Nette bileşenlerini, genellikle [NEON formatında |neon:format] yazılan yapılandırma dosyaları aracılığıyla ayarlarız. En iyi şekilde [onu destekleyen düzenleyicilerde |tools:ide] düzenlenirler. Tüm framework'ü kullanıyorsanız, yapılandırma [uygulama başlatılırken yüklenir |application:bootstrapping#DI Konteyner Yapılandırması], aksi takdirde [yapılandırmanın nasıl yükleneceği |bootstrap:] bölümünü okuyun.
<pre>
"application .[prism-token prism-atrule]":[application:configuration#Application]: "Uygulama .[prism-token prism-comment]"<br>
"assets .[prism-token prism-atrule]":[assets:configuration]: "Assets .[prism-token prism-comment]"<br>
"constants .[prism-token prism-atrule]":[application:configuration#Sabitler]: "PHP sabitlerinin tanımı .[prism-token prism-comment]"<br>
"database .[prism-token prism-atrule]":[database:configuration]: "Veritabanı .[prism-token prism-comment]"<br>
"decorator .[prism-token prism-atrule]":[dependency-injection:configuration#Dekoratör Decorator]: "Dekoratör .[prism-token prism-comment]"<br>
"di .[prism-token prism-atrule]":[dependency-injection:configuration#DI]: "DI konteyner .[prism-token prism-comment]"<br>
"extensions .[prism-token prism-atrule]":[dependency-injection:configuration#Uzantılar]: "Ek DI uzantılarının kurulumu .[prism-token prism-comment]"<br>
"forms .[prism-token prism-atrule]":[forms:configuration]: "Formlar .[prism-token prism-comment]"<br>
"http .[prism-token prism-atrule]":[http:configuration#HTTP Başlıkları]: "HTTP başlıkları .[prism-token prism-comment]"<br>
"includes .[prism-token prism-atrule]":[dependency-injection:configuration#Dosya Dahil Etme]: "Dosya dahil etme .[prism-token prism-comment]"<br>
"latte .[prism-token prism-atrule]":[application:configuration#Latte Şablonları]: "Latte şablonları .[prism-token prism-comment]"<br>
"mail .[prism-token prism-atrule]":[mail:#Yapılandırma]: "E-postalar .[prism-token prism-comment]"<br>
"parameters .[prism-token prism-atrule]":[dependency-injection:configuration#Parametreler]: "Parametreler .[prism-token prism-comment]"<br>
"php .[prism-token prism-atrule]":[application:configuration#PHP]: "PHP yapılandırması .[prism-token prism-comment]"<br>
"routing .[prism-token prism-atrule]":[application:configuration#Yönlendirme]: "Yönlendirme .[prism-token prism-comment]"<br>
"search .[prism-token prism-atrule]":[dependency-injection:configuration#Arama Search]: "Servislerin otomatik kaydı .[prism-token prism-comment]"<br>
"security .[prism-token prism-atrule]":[security:configuration]: "Erişim izinleri .[prism-token prism-comment]"<br>
"services .[prism-token prism-atrule]":[dependency-injection:services]: "Servisler .[prism-token prism-comment]"<br>
"session .[prism-token prism-atrule]":[http:configuration#Oturum Session]: "Oturum .[prism-token prism-comment]"<br>
"tracy .[prism-token prism-atrule]":[tracy:configuring#Nette Framework]: "Tracy hata ayıklayıcı .[prism-token prism-comment]"
</pre>
.[note]
`%` karakterini içeren bir karakter dizisi yazmak istiyorsanız, onu `%%` şeklinde çiftleyerek kaçış (escape) yapmanız gerekir.
{{leftbar: @menu-topics}}