[TYPO3-mvc] access to my fields in fe_users

Ismaël Bidau bidau at ensci.com
Wed Jun 22 14:27:11 CEST 2011


Hi,
I've created an extension to add fields to fe_users (gender, birthday...)

Now, I want to create another extension to show my fe_users with 
extbase/fluid. I'm able to show all standard fe_users fields but not mine.

in Setup.txt
plugin.tx_ {
     persistence {
         classes {
             Tx_Parties_Domain... {
                 mapping {
                     tableName = fe_users
                 }
...

In my domain, I've add my fields :
protected $birthday;
function getBirthday() and setBirthday($birthday)

Any idea ? Order of loaded extensions ?

Thanks for your help.

Ismaël BIDAU


More information about the TYPO3-project-typo3v4mvc mailing list