EPONAP

Untitled

Feb 28th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.96 KB | None | 0 0
  1.             // TX_NEWS - Begin
  2.            
  3.             'uebersicht' => array(
  4.                 array(
  5.                     'GETvar' => 'tx_news_pi1[@widget_0][currentPage]',
  6.                 ),
  7.             ),
  8.            
  9.             'artikel' => array(
  10.                 array(
  11.                     'GETvar' => 'tx_news_pi1[action]',
  12.                     'noMatch' => 'bypass'
  13.                 ),
  14.                 array(
  15.                     'GETvar' => 'tx_news_pi1[controller]',
  16.                     'noMatch' => 'bypass'
  17.                 ),
  18.                 array(
  19.                     'GETvar' => 'tx_news_pi1[year]',
  20.                 ),
  21.                 array(
  22.                     'GETvar' => 'tx_news_pi1[month]',
  23.                 ),
  24.                 array(
  25.                     'GETvar' => 'tx_news_pi1[day]',
  26.                 ),
  27.                 array(
  28.                     'GETvar' => 'tx_news_pi1[news]',
  29.                     'lookUpTable' => array(
  30.                         'table' => 'tx_news_domain_model_news',
  31.                         'id_field' => 'uid',
  32.                         'alias_field' => 'title',
  33.                         'addWhereClause' => ' AND NOT deleted',
  34.                         'useUniqueCache' => 1,
  35.                         'useUniqueCache_conf' => array(
  36.                             'strtolower' => 1,
  37.                             'spaceCharacter' => '-',
  38.                         ),
  39.                         'autoUpdate' => 1,
  40.                         'expireDays' => 180,
  41.                     ),
  42.                 ),
  43.             ),
Advertisement
Add Comment
Please, Sign In to add comment