[TYPO3-ect] Kickstarter: bugs or wrong version

Christian Welzel gawain at camlann.de
Mon Aug 27 15:36:14 CEST 2007


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.

-- 
 MfG, Christian Welzel

  GPG-Key:     http://www.camlann.de/key.asc
  Fingerprint: 4F50 19BF 3346 36A6 CFA9 DBDC C268 6D24 70A1 AD15


More information about the TYPO3-team-extension-coordination mailing list