On Sun, Oct 5, 2008 at 5:04 AM, Juliano F. Ravasi ml@juliano.info wrote:
Bryan Tong Minh wrote:
Indeed. I first tried something along those lines, but I got a stuck because the hooks may change the function to be called
That is fine. Just pass $this->mFunction directly to the hook, there is no need to make a $func copy as it is now.
Are we absolutely certain that execute is never called more than once per special page? I'd assume so, but I'm not really sure.
Bryan