[TYPO3-ect] Kickstarter MVC Bug: getConfiguration()
    Elmar Hinz 
    elmar.DOT.hinz at team.MINUS.red.DOT.net
       
    Thu Jun 28 20:48:12 CEST 2007
    
    
  
Am Thu, 28 Jun 2007 20:13:01 +0200 schrieb Christian Welzel:
> 
> Do you mean something like that? 
Yes it's only three words that differ. Unfortunatly you can't do this:
if (t3lib_div::int_from_ver(phpversion())<5000000) {
   // php4
   class tx_lib_object extends tx_lib_selfAwareness { 
   //
 } else {
   // php5
   class tx_lib_object extends tx_lib_selfAwareness implements ArrayAccess,
   Iterator {
   //
 }
Elmar
    
    
More information about the TYPO3-team-extension-coordination
mailing list