[TYPO3-dev] Persisted Model values are not saved anywhere

Ivano Luberti luberti at archicoop.it
Wed Jul 2 08:53:52 CEST 2014


In your ext you should have a file called

Configuration\TypoScript\constants.txt

In it:

plugin.tx_yourextname {
    persistence {
        # cat=plugin.tx_yourextname//a; type=string; label=Default
storage PID
        storagePid =
    }
}

module.tx_aycodemanager {
    }
    persistence {
        # cat=module.tx_yourextname//a; type=string; label=Default
storage PID
        storagePid =
    }
}


Plugin is for your frontend pages, module is for your backend module.

In the sotragePid paramter put the id of the storage folder you want to
store your data to

If you don't have one or both of them maybe you have not defined either
the plugin or the module in Extension Builder

-- 
==================================================
dott. Ivano Mario Luberti
Archimede Informatica societa' cooperativa a r. l.
Sede Operativa
Via Gereschi 36 - 56126- Pisa
tel.: +39-050- 580959
tel/fax: +39-050-9711344
web: www.archicoop.it
==================================================




More information about the TYPO3-dev mailing list