zend framework2 - customizing ZfcUser -
What I would like to do is to add some more properties (fields) to a registered user, for example: by default Is a display name provided and I want to like something else, want to do birth place, birth date and so on ..
I have created my own unit class and ZfcUser worked with it Keep doing more specific: I have some protected variables, gates and sets Addres methods.)
My problem is that I really do not know what to do next. I know that I must explicitly add some elements to the form and I can do it , But how can I "let's know" zfcuser that I have some other variables in the unit class so that this database can work well.
btw I can not understand how this module is working for example where the scripts working with the databases are run properly
This is an existing extension for ZfcUser with UserProfile support (and therefore custom properties). Check that code or use the module;)
Comments
Post a Comment