[TYPO3-dev] interest on enhanced API for page module?
Franz Holzinger
franz at fholzinger.com
Fri Aug 24 09:40:31 CEST 2007
Hello
>> http://bugs.typo3.org/view.php?id=1822
>
> In addition of that *unset* some table
>
> function getTable($table,$id) {
>
> $typesDisabledTables =
> t3lib_div::trimExplode(',',strtolower($this->modSharedTSconfig['properties']['disabledTables']),1);
>
> if(is_array($typesDisabledTabs))
> $disabledTables = array_flip($typesDisabledTables);
> $typesDisabledTables=NULL;
> // check if rendering of the table is disabled - if disabled
> set $table as NULL
> // Load full table definition (if table can be shown):
> if(!isset($disabledTables[$table])
> t3lib_div::loadTCA($table);
> else $table=NULL;
Yes this sounds reasonable and very helpful if someone does not want
some tables to be listed in the page module.
Is there any chance to get this patch and maybe additional ones into the
TYPO3 Core? Is it necessary that I collect money for it to pay the Core
developers? Or is it not understandable enough what this patch is
usefull for?
Or do you prefer that I write an new extension for it which bases on
XCLASS instead of using a Core API with hooks?
- Franz
More information about the TYPO3-dev
mailing list