[TYPO3-german] eigene Erweiterung und Realurl
Mikwauschk
kathmik at gmail.com
Sat Aug 23 13:35:37 CEST 2014
Hallo alle miteinander,
vielleicht hat jemand ne Idee warum ich das nicht hin bekomme...
RealUrl an sich läuft, aber nicht in meiner neuen Erweiterung.
Typo3 ist auf 6.2
RealUrl ist auf 1.12.8
extbase / fluid basis
in der conf
'realurl' => array(
'_DEFAULT' => array(
'autos' => array(
array(
'GETvar' =>
'tx_srwebmobile24cm_webmobile24[controller]',
'noMatch' => 'bypass',
'valueMap' => array(
'modul' => 'Fahrzeuge',
),
),
array(
'GETvar' =>
'tx_srwebmobile24cm_webmobile24[action]',
'noMatch' => 'bypass',
'valueMap' => array(
'liste' => 'list',
'zeige' => 'show',
),
),
array(
'GETvar' =>
'tx_srwebmobile24cm_webmobile24[fahrzeuge]',
'lookUpTable' => array(
'addWhereClause' => ' AND NOT deleted',
'alias_field' => 'title',
'id_field' => 'uid',
'table' =>
'tx_srwebmobile24cm_domain_model_fahrzeuge',
'useUniqueCache' => 1,
'useUniqueCache_conf' => array(
'spaceCharacter' => '-',
'strtolower' => 1,
),
),
),
),
...
...
ist das so O.K. ?
oder fehlt da etwas
für Hilfe würde ich sehr Dankbar sein
Lg
Christian
More information about the TYPO3-german
mailing list