[TYPO3-ect] Directory architecture
Philip Almeida
philip.almeida at gmail.com
Thu Aug 16 11:53:43 CEST 2007
Hi, Elmar
with the latest version of lib from trunk my default action method returns
nothing and no error msg.
=== Default Action ===
function _buildPackageSearchFormAction() {
$this->_runXajax();
$modelClassName =
tx_div::makeInstanceClassName('tx_spe_models_package');
$model = tx_div::makeInstance($modelClassName);
$viewClassName =
tx_div::makeInstanceClassName('tx_spe_views_packagesearchform');
$view = new $viewClassName($this, new $modelClassName($this));
return $view->render('form.php');
}
Can you see in short anything that now is obsolete in the code above?
Regards,
Philip
More information about the TYPO3-team-extension-coordination
mailing list