[TYPO3-dev] TYPO3 6.0: Categories

Marc Wöhlken woehlken at quadracom.de
Tue May 28 13:24:31 CEST 2013


Hi,
just experimenting a little bit with the new category feature and
stumbled upon a very basic question.

Regarding to http://wiki.typo3.org/TYPO3_6.0#Category I expected the
following code to make the "pages" table categorizable and automatically
add the required "categories" column:

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::makeCategorizable(
	$_EXTKEY,
	'pages',	
	'categories',
	array()
);

As far as I can see the above code will not add the required database
column. Has the categories field to be defined manually? If this is
true, which database field type is required?

Regards
	Marc

-- 
...........................................................
Marc Wöhlken                     TYPO3 certified integrator

Quadracom - Proffe & Wöhlken

Rembertistraße 32              WWW: http://www.quadracom.de
D-28203 Bremen                E-Mail: woehlken at quadracom.de
______________             PGP-Key: http://pgp.quadracom.de



More information about the TYPO3-dev mailing list