[TYPO3-ect] Zend style extensions scheme
    Elmar Hinz 
    elmar.DOT.hinz at team.MINUS.red.DOT.net
       
    Tue Mar 21 22:17:07 CET 2006
    
    
  
Elmar Hinz schrieb:
> To give a first impression of a zend stylish extension I post the
> planned file structure for you:
> 
> 
Second impression:
My good old plugin class looks as simple like this meanwhile:
<?php
require_once( t3lib_extMgm::extPath('lib') .
'class.tx_lib_frontController.php');
class tx_articles_details extends tx_lib_frontController{
    var $extKey = 'articles';
    var $defaultController = 'details';
    var $defaultAction = 'show';
}
?>
Regards
Elmar
    
    
More information about the TYPO3-team-extension-coordination
mailing list