[TYPO3-mvc] What is preferable to use: sys_category or my_ext_table_categories?
Frank Krüger
fkrueger-ml at mp-group.net
Mon Dec 21 13:52:31 CET 2015
Hi Dimitry,
the advantage of using TYPO3 categories is that you can use them across
all extensions and cObjects.
I'll find pre-configured models and repositories for TYPO3 categories in
extbase (typo3/sysext/extbase/Classes/Domain/Model/Category.php,
typo3/sysext/extbase/Classes/Domain/Repository/CategoryRepository.php)
for use in your extension.
Cheers,
Frank
Am Montag, den 21.12.2015, 13:09 +0100 schrieb Dmitry:
> Hi all,
> I'm writing an extension on extbase. I want to ask. What is preferable to use for categorization: typo3 sys_category or my_ext_table_categories?
> How do you think?
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
More information about the TYPO3-project-typo3v4mvc
mailing list