File tree Expand file tree Collapse file tree 3 files changed +6
-23
lines changed Expand file tree Collapse file tree 3 files changed +6
-23
lines changed Original file line number Diff line number Diff line change 15
15
finder
16
16
form/index
17
17
process
18
+ serializer
19
+ stopwatch
18
20
templating
19
21
yaml
20
22
21
23
.. 2012/01/21 77web 8c64c63899c134e4e283da7d1b2c4ef665ab14ed
22
24
.. 2013/03/22 hidenorigoto
23
25
.. 2013/04/10 hidenorigoto
24
26
.. 2013/09/28 hidenorigoto
27
+ .. 2014/07/02 yositani2002
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,17 +17,18 @@ method
17
17
* DELETE
18
18
* PATCH
19
19
20
- .. note:
20
+ .. note::
21
21
22
22
メソッドが PUT 、PATCH 、または DELETE の時、 Symfony は自動的にフォームに hidden フィールド ``_method`` をレンダリングします。
23
23
これらは、" 偽" のHTTPメソッドとして使用され、標準的なブラウザではサポートされていません。
24
24
詳細については、以下を参照してください。
25
25
:doc:`/cookbook/routing/method_parameters`
26
26
27
- .. note:
27
+ .. note::
28
28
29
29
PATCH メソッドは部分データを送信することができます。
30
30
言い換えれば、送信されたフォームデータの特定フィールドが欠落している場合、それらは無視され、デフォルト値が(もしあれば)使用されます。
31
31
他のすべてのHTTPメソッドは、いくつかのフィールドが欠落している場合、それらのフィールドには ``null`` が設定されます。
32
32
33
33
.. 2014 /06 /20 yositani2002 72c30c2fa1af40af7a1f3e672005d360a898ca07
34
+ .. 2014 /07 /02 yositani2002 02aeade9a01155ca5e203f065008fd2ec2044cb4
You can’t perform that action at this time.
0 commit comments