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
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german