[TYPO3-core] RFC #11652: Modern integration of module into backend using Extbase

Oliver Hader oliver at typo3.org
Mon Aug 10 13:19:34 CEST 2009


Hi Steffen,

Steffen Kamper schrieb:
> FYI: committed corrected version to trunk, rev 5771

+387» » » //·Check·for·own·way·of·configuring·module
+388» »
if·(is_array($GLOBALS['TBE_EXTBASE_MODULES'][$name]['configureModuleFunction']))·{
+389» » »
$obj·=·$GLOBALS['TBE_EXTBASE_MODULES'][$name]['configureModuleFunction'];
+390» » » if·(is_callable($obj))·{
+391» » » » $MCONF·=·array();
+392» » » » $MLANG·=·array();
+393» » » » return·call_user_func($obj,·$name,·$fullpath,·$MCONF,·$MLANG);
+394» » » }
+395» » }

What is the "own way of configuring module"? Wouldn't it be better to
use one "standard" way (since ExtBase shall define a new standard)?

Besides that I'm missing documentation on how to create backend modules
with ExtBase with a small working example. Is there something in the
BlogExample?

olly
-- 
Oliver Hader
TYPO3 Release Manager 4.3


More information about the TYPO3-team-core mailing list