[TYPO3-core] RFC: Feature Request #9078: Integrate hook in page module to render preview of records with own CType

Dmitry Dulepov [typo3] dmitry at typo3.org
Tue Aug 12 21:49:36 CEST 2008


Hi!

Oliver Hader wrote:
> I'm using this new hook to render the previews for individual CTypes as 
> well as for previews of the standard CEs that were extended by some IRRE 
> functionalities (nested child records with additional content).

The question is: is it necessary to use getUserObj and hard-coded names? Sometimes different hooks are good to have in one class. Having free naming for hook gives more implementation freedom. I prefer t3lib_div::callUserFunction instead of getUserObj and hard-coded function name.

-- 
Dmitry Dulepov
TYPO3 Core team
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog: http://typo3bloke.net/post-details/typo3_code_formatting_in_eclipse/


More information about the TYPO3-team-core mailing list