Feature #662
Provide component class for TYPO3 built-in records (fe_user, etc.)
Start date:
2008-05-28
Due date:
% Done:
100%
Estimated time:
0.00 h
Description
The Doctrine extension should provide support in form of component classes (aka records) for built-in TYPO3 datatypes like:
- fe_user
- pages
- tt_content
If these are provided, an extension can easily use these components in the table definition for relations.
Possible problem: extension of these datatypes (e.g. new field in fe_user) can only be reflected in the component classes by subclassing them (how to register that?).
Updated by Christopher Hlubek over 12 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r225.
Updated by Christopher Hlubek over 12 years ago
- Status changed from Resolved to Accepted
- % Done changed from 100 to 20
- Need additional wrappers for pages, tt_content, etc.
- More field must be wrapped
- Solve problem with extensibility
- Candidate for TCA code generation?
Updated by Christopher Hlubek over 12 years ago
- Status changed from Accepted to Resolved
- % Done changed from 20 to 100
Applied in changeset r9739.