Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // TX_NEWS - Begin
- 'uebersicht' => array(
- array(
- 'GETvar' => 'tx_news_pi1[@widget_0][currentPage]',
- ),
- ),
- 'artikel' => array(
- array(
- 'GETvar' => 'tx_news_pi1[action]',
- 'noMatch' => 'bypass'
- ),
- array(
- 'GETvar' => 'tx_news_pi1[controller]',
- 'noMatch' => 'bypass'
- ),
- array(
- 'GETvar' => 'tx_news_pi1[year]',
- ),
- array(
- 'GETvar' => 'tx_news_pi1[month]',
- ),
- array(
- 'GETvar' => 'tx_news_pi1[day]',
- ),
- array(
- 'GETvar' => 'tx_news_pi1[news]',
- 'lookUpTable' => array(
- 'table' => 'tx_news_domain_model_news',
- 'id_field' => 'uid',
- 'alias_field' => 'title',
- 'addWhereClause' => ' AND NOT deleted',
- 'useUniqueCache' => 1,
- 'useUniqueCache_conf' => array(
- 'strtolower' => 1,
- 'spaceCharacter' => '-',
- ),
- 'autoUpdate' => 1,
- 'expireDays' => 180,
- ),
- ),
- ),
Advertisement
Add Comment
Please, Sign In to add comment