Re: Calling parent function with call_user_func_array

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tommy Baggett wrote:
> Thanks for taking the time to reply.
> 
> I'm working on a Wordpress theme and extending one of their existing
> classes (the Walker class if you're familiar with WP).  Since WP still
> supports PHP4, my theme needs to as well.

I know WP, don't like the code too much - but you have a good reason to
be writing for php4 :-)

did my guess work?

...

> does this work:?
> 
> 	call_user_func_array(array(parent,'doSomething'),$args);
> 
> it's an educated guess, no garantees.
> 
>>   }
>> }
>>
>> Thanks in advance for any help!
>>
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux