Nette Documentation Preview

syntax
Nette の設定
*********

.[perex]
Nette フレームワークのすべての設定オプションの概要です。

Nette のコンポーネントは設定ファイルで構成します。設定ファイルは通常 [NEON 形式|neon:format]で書かれ、[それに対応したエディタ |tools:ide]で編集するのが最適です。フレームワーク全体を使っている場合、設定は[アプリケーションの起動時に読み込まれます |application:bootstrapping#DI コンテナの設定]。そうでない場合は[設定の読み込み方|bootstrap:]をご覧ください。

<pre>
"application .[prism-token prism-atrule]":[application:configuration#Application]: 	"アプリケーション .[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#定数]: 	"PHP 定数の定義 .[prism-token prism-comment]"<br>
"database .[prism-token prism-atrule]":[database:configuration]: 		"データベース .[prism-token prism-comment]"<br>
"decorator .[prism-token prism-atrule]":[dependency-injection:configuration#Decorator]: 	"Decorator .[prism-token prism-comment]"<br>
"di .[prism-token prism-atrule]":[dependency-injection:configuration#DI]: 			"DI コンテナ .[prism-token prism-comment]"<br>
"extensions .[prism-token prism-atrule]":[dependency-injection:configuration#Extensions]: 	"追加の DI 拡張のインストール .[prism-token prism-comment]"<br>
"forms .[prism-token prism-atrule]":[forms:configuration]: 		"フォーム .[prism-token prism-comment]"<br>
"http .[prism-token prism-atrule]":[http:configuration#HTTP のヘッダー]: 			"HTTP ヘッダー .[prism-token prism-comment]"<br>
"includes .[prism-token prism-atrule]":[dependency-injection:configuration#ファイルの読み込み]: 		"ファイルの読み込み .[prism-token prism-comment]"<br>
"latte .[prism-token prism-atrule]":[application:configuration#Latte テンプレート]: 		"Latte テンプレート .[prism-token prism-comment]"<br>
"mail .[prism-token prism-atrule]":[mail:#設定]: 			"メールの送信 .[prism-token prism-comment]"<br>
"parameters .[prism-token prism-atrule]":[dependency-injection:configuration#パラメータ]: 	"パラメータ .[prism-token prism-comment]"<br>
"php .[prism-token prism-atrule]":[application:configuration#PHP]: 			"PHP の設定オプション .[prism-token prism-comment]"<br>
"routing .[prism-token prism-atrule]":[application:configuration#ルーティング]: 		"ルーティング .[prism-token prism-comment]"<br>
"search .[prism-token prism-atrule]":[dependency-injection:configuration#Search]: 		"サービスの自動登録 .[prism-token prism-comment]"<br>
"security .[prism-token prism-atrule]":[security:configuration]: 		"アクセス制御 .[prism-token prism-comment]"<br>
"services .[prism-token prism-atrule]":[dependency-injection:services]: 		"サービス .[prism-token prism-comment]"<br>
"session .[prism-token prism-atrule]":[http:configuration#セッション]: 		"セッション .[prism-token prism-comment]"<br>
"tracy .[prism-token prism-atrule]":[tracy:configuring#Nette Framework]: 		"Tracy Debugger .[prism-token prism-comment]"
</pre>

.[note]
`%` を含む文字列を書くには、`%%` のように二重にしてエスケープする必要があります。

Nette の設定

Nette フレームワークのすべての設定オプションの概要です。

Nette のコンポーネントは設定ファイルで構成します。設定ファイルは通常 NEON 形式で書かれ、それに対応したエディタで編集するのが最適です。フレームワーク全体を使っている場合、設定はアプリケーションの起動時に読み込まれます。そうでない場合は設定の読み込み方をご覧ください。

 application: 	アプリケーション
assets: Assets
constants: PHP 定数の定義
database: データベース
decorator: Decorator
di: DI コンテナ
extensions: 追加の DI 拡張のインストール
forms: フォーム
http: HTTP ヘッダー
includes: ファイルの読み込み
latte: Latte テンプレート
mail: メールの送信
parameters: パラメータ
php: PHP の設定オプション
routing: ルーティング
search: サービスの自動登録
security: アクセス制御
services: サービス
session: セッション
tracy: Tracy Debugger

% を含む文字列を書くには、%% のように二重にしてエスケープする必要があります。