[TYPO3-german] tx_news erweitern
Matthias Eberlein
skydivematy at gmail.com
Sun Sep 29 00:44:57 CEST 2013
Hallo Peter,
in diese extend-news.txt file add folgendes,
Domain/Model/News
that's it...
schau dir doch mal das beispiel an.
http://t3brightside.com/blog/article/extending-extnews-with-a-fal-compilant-audio-and-customized-youtube-video/
news/Classes/Cache/ClassCacheBuilder.php
hat folgendes ab zeile 85
$extensibleExtensions = array();
foreach ($loadedExtensions as $extensionKey) {
$extensionInfoFile = t3lib_extMgm::extPath($extensionKey, 'Resources/Private/extend-news.txt');
if (file_exists($extensionInfoFile)) {
$info = t3lib_div::getUrl($extensionInfoFile);
$classes = t3lib_div::trimExplode(LF, $info, TRUE);
foreach ($classes as $class) {
$extensibleExtensions[$class][$extensionKey] = 1;
gruss
matthias
More information about the TYPO3-german
mailing list