Unable to Register More than 2 Methods
Brought to you by:
thaberkern
It is not possible to register more than 2 functions
within the same calss as it gets overwritten.
SOlution: in the registerMethod function instead of
using is_array you must use array_key_exists
runnerr@yahoo.com
Thanks...