forked from symfony-japan-old/symfony-docs-ja
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
:orphan: | ||
|
||
用語集 | ||
======== | ||
|
||
.. glossary:: | ||
|
||
プロジェクト(Project) | ||
*プロジェクト* は、アプリケーションやバンドル、ベンダーライブラリ、 | ||
オートローダー、Webフロントコントローラーが格納されているディレクトリです。 | ||
|
||
アプリケーション(Application) | ||
*アプリケーション* は、指定されたバンドル一式に対する *コンフィギュレーション* | ||
の内容が格納されているディレクトリです。 | ||
|
||
バンドル(Bundle) | ||
*バンドル* は、ひとつのフィーチャー(ブログ、フォーム、...)を *実装* する | ||
ために必要なファイル(PHPファイル、スタイルシート、JavaScript、画像、...)を | ||
1セットとして構造化したもので、他の開発者と容易に共有することもできます。 |