Posted by Richard Levasseur on 11/18/08 11:43
http://us2.php.net/manual/en/language.pseudo-types.php#language.types.callback In php, callbacks take the following forms: - A string, ie: function foo(); do_callback('foo'); - A two element array with the object/class and the function, ie: array($objInstance, 'method'), or array('ClassName', 'method') The method must be public (for obvious reasons). So, yes, should be possible.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming