[TYPO3-mvc] How to extend existing tables with ExtBase?
David Schreiber
flashmasterdash at gmail.com
Wed Dec 23 15:24:43 CET 2009
Hi Robert,
Thank you for your fast answer, it really helped me a great deal.
With regards,
David Schreiber
>
> Hi David,
>
> just define the user class in your model EXT:Classes/Domain/Model/Member.php:
>
> /**
> *
> *
> * @version $Id$
> * @copyright Copyright belongs to the respective authors
> * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
> * @scope prototype
> * @entity
> */
> class Tx_Mmfrrmarket_Domain_Model_Member extends Tx_Extbase_Domain_Model_FrontendUser {
> }
>
> (Not sure about the capital letters in your ext key, but I think you know where to set them)
>
> Cheers
> Robert.
>
More information about the TYPO3-project-typo3v4mvc
mailing list