File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Documentation/ExtensionArchitecture/BestPractises Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -231,8 +231,11 @@ Examples for Extbase domain models and table names of an extension named `cool_s
231231| Domain model | Table name |
232232+=====================================================+=================================================+
233233| :php: `Vendor\B logExample\D omain\M odel\P ost ` | :sql: `tx_blogexample_domain_model_post ` |
234+ +-----------------------------------------------------+-------------------------------------------------+
234235| :php: `Vendor\C oolShop\D omain\M odel\T ag ` | :sql: `tx_coolshop_domain_model_tag ` |
236+ +-----------------------------------------------------+-------------------------------------------------+
235237| :php: `Vendor\C oolShop\D omain\M odel\P rocessedOrder ` | :sql: `tx_coolshop_domain_model_processedorder ` |
238+ +-----------------------------------------------------+-------------------------------------------------+
236239| :php: `Vendor\C oolShop\D omain\M odel\B illing\A ddress ` | :sql: `tx_coolshop_domain_model_billing_address ` |
237240+-----------------------------------------------------+-------------------------------------------------+
238241
You can’t perform that action at this time.
0 commit comments