(no commit message) master
authorChristian Weiske <cweiske@cweiske.de>
Tue, 9 Feb 2016 11:51:37 +0000 (12:51 +0100)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Tue, 9 Feb 2016 11:51:37 +0000 (12:51 +0100)
phork0.php [new file with mode: 0644]

diff --git a/phork0.php b/phork0.php
new file mode 100644 (file)
index 0000000..7072ae0
--- /dev/null
@@ -0,0 +1,9 @@
+<?php\r
+$pid = $this->pObj->id;\r
+$rootLine = \TYPO3\CMS\Backend\Utility\BackendUtility::BEgetRootLine($pid);\r
+$ts = new \TYPO3\CMS\Core\TypoScript\TemplateService();\r
+$ts->tt_track = false;\r
+$ts->init();\r
+$ts->start($rootLine);\r
+var_dump($ts->setup);\r
+?>
\ No newline at end of file