File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ folder: guideline
39
39
+ RequestMethodを限定したいときは` match() ` ではなく適切なRequestMethodを指定する
40
40
ex: getでのアクセスを許容したくない場合は` post() ` を利用する、など
41
41
42
- * ディレクト名 、ファイル名
42
+ * ディレクトリ名 、ファイル名
43
43
+ ディレクトリ名は単数形とする
44
44
- ただし、` data ` は例外として許容する
45
45
+ ` DirName `
@@ -126,7 +126,7 @@ EC-CUBEのソースはすべて`src/Eccube`以下にある。
126
126
| ServiceProvider | DIコンテナにつっこむものたち。Form\TypeとかRepositoryとかをここで格納する | SC_InitialとかRequire_base的なもの |
127
127
| Resource/doctrine | doctrineの定義ファイル置き場。YAMLでかく | (なし) |
128
128
| Entity | DoctrineによってマッピングされるObject。こいつをコネコネする | (なし) |
129
- | Repository | Entityをコネコネする郡 。` findBy() ` とかはこの中に | SC_Query |
129
+ | Repository | Entityをコネコネする群 。` findBy() ` とかはこの中に | SC_Query |
130
130
| Form/Type | Formを構成するパーツをかく。Validatorもいっしょに | SC_FormParam |
131
131
| View | びゅー。Twigでかく | Xxx.tpl |
132
132
You can’t perform that action at this time.
0 commit comments