Warenkorbübersicht
Sie haben noch keine Artikel in Ihrem Einkaufskorb.
Besuchen Sie APESA:
• eigene Ausstellung
• eigenes Lager
• Mitarbeiter, die beraten
• Geschenk für Kinder
• Überraschung für Erwachsene
• Spielgeräte zum Ausprobieren
Rundgang Ausstellung
Offnungszeiten hier ansehen
Spielplatz-SicherheitSicherheit beim Spielen ist wichtig. Hier erhalten Sie wertvolle Tips die helfen Kinderspielplätze sicher zu gestalten und zu betreiben.
Spielplatz ohne GeldCheckliste mit 48 Seiten mit Tipps aus der Praxis. Sie erfahren wie man einen Kinderspielplatz ohne eigenes Geld finanziert.
MontageanleitungenMontageanleitungen für Kinderspielgeräte der unterschiedliche Lieferanten. File lässt sich als PDF File downloaden.
###PRINTANDPDF###
tx_seodynamictag_pi1
Debug Mode is on
Typoscript before passing the method
array (
'includeLibs' => 'typo3conf/ext/seo_dynamic_tag/pi1/class.tx_seodynamictag_pi1.php',
'userFunc' => 'tx_seodynamictag_pi1->main',
'debug' => '1',
'special' => 'title',
'query.' =>
array (
'select' => 'CONCAT(page.title,\' - \', page.subtitle) as value',
'from' => 'pages as page',
'where' => 'page.uid = && page.deleted = 0 && page.hidden = 0',
'var.' =>
array (
1 => 'id',
),
),
)
TypoScript after passing the method
array (
'includeLibs' => 'typo3conf/ext/seo_dynamic_tag/pi1/class.tx_seodynamictag_pi1.php',
'userFunc' => 'tx_seodynamictag_pi1->main',
'debug' => '1',
'special' => 'title',
'query.' =>
array (
'select' => 'CONCAT(page.title,\' - \', page.subtitle) as value',
'from' => 'pages as page',
'where' => 'page.uid = \'707\' && page.deleted = 0 && page.hidden = 0',
'var.' =>
array (
1 => 'id',
),
),
)
Result of the substitution
- Method is GET
- : 707 [OK]
$GLOBALS[_GET][id]
This is the array[_GET]
array (
'id' => '707',
)
The query
SELECT CONCAT(page.title,' - ', page.subtitle) as value FROM pages as page WHERE page.uid = '707' && page.deleted = 0 && page.hidden = 0
Result string of the method
Themen -
tx_seodynamictag_pi1
Debug Mode is on
Typoscript before passing the method
array (
'includeLibs' => 'typo3conf/ext/seo_dynamic_tag/pi1/class.tx_seodynamictag_pi1.php',
'userFunc' => 'tx_seodynamictag_pi1->main',
'debug' => '1',
'special' => 'register',
'register' => 'description',
'query.' =>
array (
'select' => 'page.description as value',
'from' => 'pages as page',
'where' => 'page.uid = && page.deleted = 0 && page.hidden = 0',
'var.' =>
array (
1 => 'id',
),
'maxLength' => '200',
),
)
TypoScript after passing the method
array (
'includeLibs' => 'typo3conf/ext/seo_dynamic_tag/pi1/class.tx_seodynamictag_pi1.php',
'userFunc' => 'tx_seodynamictag_pi1->main',
'debug' => '1',
'special' => 'register',
'register' => 'description',
'query.' =>
array (
'select' => 'page.description as value',
'from' => 'pages as page',
'where' => 'page.uid = \'707\' && page.deleted = 0 && page.hidden = 0',
'var.' =>
array (
1 => 'id',
),
'maxLength' => '200',
),
)
Result of the substitution
- Method is GET
- : 707 [OK]
$GLOBALS[_GET][id]
This is the array[_GET]
array (
'id' => '707',
)
The query
SELECT page.description as value FROM pages as page WHERE page.uid = '707' && page.deleted = 0 && page.hidden = 0
Result of the method
The value is empty, there won't be any register "description"
tx_seodynamictag_pi1
Debug Mode is on
Typoscript before passing the method
array (
'includeLibs' => 'typo3conf/ext/seo_dynamic_tag/pi1/class.tx_seodynamictag_pi1.php',
'userFunc' => 'tx_seodynamictag_pi1->main',
'debug' => '1',
'special' => 'register',
'register' => 'keywords',
'query.' =>
array (
'select' => 'page.keywords as value',
'from' => 'pages as page',
'where' => 'page.uid = && page.deleted = 0 && page.hidden = 0',
'var.' =>
array (
1 => 'id',
),
),
'keywords' => '1',
'keywords.' =>
array (
'amount' => '100',
'minLength' => '7',
'positiveList' => 'Kinder, Garten, Spiele',
),
)
TypoScript after passing the method
array (
'includeLibs' => 'typo3conf/ext/seo_dynamic_tag/pi1/class.tx_seodynamictag_pi1.php',
'userFunc' => 'tx_seodynamictag_pi1->main',
'debug' => '1',
'special' => 'register',
'register' => 'keywords',
'query.' =>
array (
'select' => 'page.keywords as value',
'from' => 'pages as page',
'where' => 'page.uid = \'707\' && page.deleted = 0 && page.hidden = 0',
'var.' =>
array (
1 => 'id',
),
),
'keywords' => '1',
'keywords.' =>
array (
'amount' => '100',
'minLength' => '7',
'positiveList' => 'Kinder, Garten, Spiele',
),
)
Result of the substitution
- Method is GET
- : 707 [OK]
$GLOBALS[_GET][id]
This is the array[_GET]
array (
'id' => '707',
)
The query
SELECT page.keywords as value FROM pages as page WHERE page.uid = '707' && page.deleted = 0 && page.hidden = 0
Result of the method
The value is empty, there won't be any register "keywords"