[Typo3-dev] Suggested Update in t3lib_div::makeInstance()

Ingmar Schlecht ingmars at web.de
Mon May 3 18:21:20 CEST 2004


Christian Zehaczek wrote:
> i just needed to fix mentioned method to allow multiple inheritations, would
> be nice if this one moves to the core in future:

3.6.0 has got this already.

function &makeInstance($className)	{
	return class_exists('ux_'.$className) ? t3lib_div::makeInstance('ux_'.$className) : new $className;
}

cheers,
Ingmar




More information about the TYPO3-dev mailing list