CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Feature #39687

Make exbase class configuration global

Added by Nico de Haen 10 months ago. Updated 8 months ago.

Status:Resolved Start date:2012-08-10
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Votes: 0

Description

Since static_info_tables is somehow a "global" extension I see no reason why not make the configuration global also.

If you configure it like this:

config.tx_extbase{
    persistence {
        classes {
            Tx_StaticInfoTablesExtbase_Domain_Model_StaticCountry {

instead of

plugin.tx_staticinfotablesextbase{
    persistence {
        classes {
            Tx_StaticInfoTablesExtbase_Domain_Model_StaticCountry {

you can use the class in any extension without any additional mapping.

Besides that you can build relations from your own extensions model to it in the Extension Builder by just adding a relation "country" and enter the class name "Tx_StaticInfoTablesExtbase_Domain_Model_StaticCountry" in the "Relation to external class" field

Associated revisions

Revision 66160
Added by Armin Ruediger Vieweg 8 months ago

refs #39687
Make mapping of static info tables globally. No additional mapping is necessary anymore.

Revision 66160
Added by Armin Ruediger Vieweg 8 months ago

refs #39687
Make mapping of static info tables globally. No additional mapping is necessary anymore.

History

Updated by Armin Ruediger Vieweg 8 months ago

  • Status changed from New to Resolved

Done and published in version 1.1.0

Also available in: Atom PDF