[Typo3-dev] User extension of class.t3lib_div.php
Christian Jul Jensen
christian at julletology.dk
Tue Sep 2 14:41:13 CEST 2003
On Tue, 2 Sep 2003 14:39:04 +0200, Christian Jul Jensen
<christian at julletology.dk> wrote:
> in t3lib_div
>
> call_div_function($fnName) {
> $className = class_exists('ux_t3lib_div')?'ux_t3lib_div':$this;
> $argArr = func_get_args();
> array_shift($argArr);
> return call_user_func_array(Array($className,$fnName),$argArr);
> );
Ahemm...
Sorry that wouldn't work since the class is not instatiated.
--
Christian Jul Jensen
Freelance webprogrammer
TYPO3 typehead Denmark
More information about the TYPO3-dev
mailing list