[TYPO3-mvc] Extbase 1.3.0 and scheduler
Peter Niederlag
typo3-list at niekom.de
Fri Mar 25 21:31:34 CET 2011
Hello,
Am 25.03.2011 20:05, schrieb Peter Niederlag:
> Hello,
[...]
> I just wanted to confirm this is been a working setup used since a
> couple of weeks. autloader and persistance are fully functional with
> this setup.
nonsense. :-<
I extend the Core_Bootstrap and add/set configuration in initialize method:
class Tx_Foobar_Task_ExtbaseBootstrap extends Tx_Extbase_Core_Bootstrap {
public function initialize() {
$configuration = array (
'extensionName' => 'Foobar',
'pluginName' => 'Pi1'
);
parent::initialize($configuration);
}
My suggestion is to just adapt/extend the bootstrap and fiddle with
initialize() and/or addtional methods for startup/shutdown....
Greets,
Peter
--
Peter Niederlag
http://www.niekom.de * TYPO3 & EDV Dienstleistungen *
More information about the TYPO3-project-typo3v4mvc
mailing list