Where are ExtBase reference materials available?

I am looking for a good source for understanding the magic spell userFunc = tx_extbase_core_bootstrap->run .

Apparently, authoritarian forge documentation ( http://forge.typo3.org/projects/typo3v4-mvc/wiki/Documentation ) starts with non-functional links ("400 - Invalid action parameter" from git.typo3.org) and seems dated, pointing to articles with the most recent date at the end of 2011.

The API docking station http://typo3.org/api/typo3cms/class_t_y_p_o3_1_1_c_m_s_1_1_extbase_1_1_core_1_1_bootstrap.html#a890c7dde66b4a9462983759de4d9576a contains quite a bit of a configuration "regarding that. It also seems a little strange to list two sets of arguments and two different return data, almost as if the two methods were combined into one record. Trying to follow the source code leads to initilializeConfiguration, where it seems to pass control to some general procedure.

There is an e6c08008 version, corrected “a year ago,” which claims to have updated documents to the current URL, which should be http://api.typo3.org/extbase/current/ - but this only leads to a page with a lot of classes and empty frames without content. This is the URL that is being offered in my copy downloaded a few months ago.

So: Where can it be that I can learn how to use this extbase bootstrap startup method? The source code is fine, but I cannot determine where the configuration is actually being digested.

0
source share
2 answers

Bootstrap Extbase can be used to use the Extbase plugin through TypoScript. What configuration is needed to achieve this (using TYPO3 6.x) can be seen here: Assign a plug-in to typoscript

It can also be a source - the book Fluid and Extbase, unfortunately, not all chapters are translated into English (and it is based on TYPO3 4.x): http://docs.typo3.org/typo3cms/ExtbaseGuide/singlehtml/#bootstrap

This applies to SwitchableControllerActions: http://forge.typo3.org/projects/typo3v4-mvc/wiki/Dispatcher_rework

Use Extbase plugin in TypoScript

+1
source

this link works for me, u can help u tooo ....

http://docs.typo3.org/typo3cms/extensions/extension_builder/2.5.2/

+1
source

Source: https://habr.com/ru/post/1432548/


All Articles