[TYPO3-ect] Kickstarter: bugs or wrong version
Andreas Stauder
stauder at stauder.ch
Mon Aug 27 16:44:17 CEST 2007
Hi Christan,
thanks a lot for the extremly fast response! I will test in the next few
days the SVN.
Regards Andreas
Christian Welzel wrote:
> Andreas Stauder wrote:
>
>> 1) In Controller produced:
>> $modelClassName = tx_div::makeInstanceClassName('model_XXX');
>> working:
>> $modelClassName = tx_div::makeInstanceClassName('tx_EXTKEY_model_XXX');
>
> I cannot reproduce this with my current svn version:
> $modelClassName = tx_div::makeInstanceClassName('tx_test_model_model1');
> $viewClassName = tx_div::makeInstanceClassName('tx_test_view_0');
>
> Perhaps i fixed that in the meanwhile during the rewrite.
>
>> 2) No class is included. I used the code in ext_localconf.php from
>> banana (0.0.8).
>
> Added to svn.
>
>> 3) In Controller: setTemplatePath should be setPathToTemplateDirectory ?
>
> Changed in svn.
>
>> 4) $out = $view->render($this->configurations->get('registrationForm'));
>> should be?
>> $out = $view->render('registrationForm');
>
> Changed in svn.
>
More information about the TYPO3-team-extension-coordination
mailing list