(no commit message) master
authorChristian Weiske <cweiske@cweiske.de>
Thu, 26 May 2016 06:05:17 +0000 (08:05 +0200)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Thu, 26 May 2016 06:05:17 +0000 (08:05 +0200)
help.rst [new file with mode: 0644]

diff --git a/help.rst b/help.rst
new file mode 100644 (file)
index 0000000..2d08c2a
--- /dev/null
+++ b/help.rst
@@ -0,0 +1,5 @@
+https://docs.typo3.org/typo3cms/ExtbaseFluidBook/b-ExtbaseReference/Index.html says:\r
+\r
+ You may wonder why you need to edit both, file ext_localconf.php and file ext_tables.php, to configure a plugin. The reason lays in the architecture of TYPO3: file ext_localconf.php is evaluated in the frontend and file ext_tables.php in the backend. Therefore, in file ext_tables.php we add the entry to the plugin list (for the backend). In addition, the list of controller / action combinations is required at runtime in the frontend - and therefore this must be defined in the file file ext_localconf.php.\r
+\r
+Also see https://docs.typo3.org/typo3cms/CoreApiReference/ExtensionArchitecture/ConfigurationFiles/Index.html#extension-configuration-files
\ No newline at end of file