Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. 'fixedPostVars' => array(
  2. '71' => array (
  3. array (
  4. 'GETvar' => 'tx_extention_pi1[town_id]',
  5. 'lookUpTable' => array(
  6. 'table' => 'tx_extention_table',
  7. 'id_field' => 'uid',
  8. 'alias_field' => 'town_name',
  9. 'addWhereClause' => ' AND NOT deleted',
  10. 'useUniqueCache' => 1,
  11. 'useUniqueCache_conf' => array(
  12. 'strtolower' => 1,
  13. 'spaceCharacter' => '-',
  14. ),
  15. ),
  16.  
  17. ),
  18. array (
  19. 'GETvar' => 'tx_extention_pi1[uid]',
  20. 'lookUpTable' => array(
  21. 'table' => 'tx_extention_table2',
  22. 'id_field' => 'uid',
  23. 'alias_field' => 'IFNULL(NULLIF(pathsegment,""), agency_title)',
  24. 'addWhereClause' => ' AND NOT deleted',
  25. 'useUniqueCache' => 1,
  26. 'useUniqueCache_conf' => array(
  27. 'strtolower' => 1,
  28. 'spaceCharacter' => '-',
  29. ),
  30. ),
  31.  
  32. ),
  33. ),
  34.  
  35. site.ru/agencies//name_agencies
  36.  
  37. site.ru/agencies/name_agencies
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement