[TYPO3-mvc] Extbase & task scheduler
Kay Strobach
typo3 at kay-strobach.de
Fri Mar 25 15:50:21 CET 2011
Hi Malte,
if you just wanna use fluid:
http://forge.typo3.org/projects/typo3v4-mvc/wiki/How_to_userender_a_fluid_template_in_a_ServiceeIdCLI_Script3
http://forge.typo3.org/projects/typo3v4-mvc/wiki/How_to_use_the_Fluid_Standalone_view_to_render_template_based_emails
if you wanna use the dispatcher:
you may initialise the framework with the class in :
typo3/sysext/extbase/Classes/Core/Bootstrap.php
with
$bs = new Tx_Extbase_Core_Bootstrap();
//$bs->initialize($configuration);
$bs->run($content, $configuration);
regards
Kay
Am 25.03.2011 14:58, schrieb Malte Beran:
> Hi,
> i want to use extbase in a scheduled task.
> I tried this link (
> http://lists.typo3.org/pipermail/typo3-project-typo3v4mvc/2010-July/005930.html
> ) but it doesn't work for me.
>
> I can't find a working example of getting extbase running in a
> scheduled task i within a current typo3 installation.
>
> Can somebody give me a hint.
>
> Tanks
--
http://www.kay-strobach.de - Open Source Rocks
More information about the TYPO3-project-typo3v4mvc
mailing list