File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Documentation/ExtensionArchitecture/Extbase/Reference/Domain/Model/Persistence Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ The key :php:`recordType` makes sure that the defined model is only used if the
7373:php: `\F riendsOfTYPO3\B logExample\D omain\M odel\A dministrator `. This way the
7474class will only be used for administrators but not plain frontend users.
7575
76- The array stored in :php: `properties ` to match properties to database field
77- names if the names do not match .
76+ The array stored in :php: `properties ` matches properties to database field
77+ names.
7878
7979.. _extbase-persistance-record-types :
8080
@@ -137,8 +137,8 @@ are required:
137137
138138#. Create a model
139139
140- In this example, we assume that we need the two fields :sql: `header ` and
141- :sql: `bodytext `, so only these two fields are available in the
140+ In this example we assume that we need the two fields :sql: `header ` and
141+ :sql: `bodytext `. So only these two fields are available in the
142142 :ref: `model <extbase-model >` class.
143143
144144 .. literalinclude :: _codesnippets/_Content.php
You can’t perform that action at this time.
0 commit comments